In this game, player aim to make such an arrangement that other player can't move. The player who can't move wins the game.
To know about the rules, read this wiki page.
-
Open the terminal into the source directory
othello-game
-
Run
javac othello/Othello.java
-
Run
java othello.Othello
-
Open the terminal into the source directory
othello-game
-
Run
javac othello/UIClass.java
-
Run
java othello.UIClass
Deepak Aggarwal
Created as a college project in June 2015.