Othello Mini Project by Justin W. Flory and Timothy Endersby for RIT ISTE-121, 2155.
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.
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.
Run the following command in a terminal to build and run the Othello game.
$ javac *.java && java Othello
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.