Java project for the Artificial Intelligence course at AUEB. Implemented the game of Othello/ Reversi with graphics.
User plays against the AI, which is an implementation of the MiniMax algorithm with pruning.
The report of the project (in Greek) can be found here.
- Clone project.
- Open command prompt on Windows.
- Change directory to the project > src directory.
- Run the following commands:
>>javac Main.java >>java Main
- The main screen will pop up, please select difficulty and turn and then click play to start the game.
- You're all set!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.