Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Othello Mini Project by Justin W. Flory and Timothy Endersby for RIT ISTE-121, 2155.

License

Notifications You must be signed in to change notification settings

jwflory/RIT-ISTE121-2155-MiniProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIT-ISTE121-2155-MiniProject

Othello Mini Project by Justin W. Flory and Timothy Endersby for RIT ISTE-121, 2155.

What

This repository contains our own implementation of the Othello board game. Othello is a classic board game where players battle to finish the game with more of their own pieces on the board than their opponent. The game is finished when there are no spaces left on the board or there are no more possible legal moves for either competitor.

For what

This program was created for the ISTE-121 course taught by Prof. Michael Floeser at the Rochester Institute of Technology in Spring 2016. The project was due on March 14th, 2016.

Running

Mac OS X, Linux, BSD, *nix systems

Run the following command in a terminal to build and run the Othello game.

$ javac *.java && java Othello

Legal

This code is licensed under the Mozilla Public License 2.0. The source code for this project is free and open, but you are expected to comply with the provisions set forth by the license. Any attributions to the project should be made to this GitHub repository and to Justin W. Flory and Timothy Endersby.

If you wish to read a summary of the basic requirements of the license, you can do so at tldrlegal.com.