Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.36 KB

Reversi Banner

reversiGUI

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.

Built With

Usage

  1. Clone project.
  2. Open command prompt on Windows.
  3. Change directory to the project > src directory.
  4. Run the following commands:
    >>javac Main.java
    >>java Main
  5. The main screen will pop up, please select difficulty and turn and then click play to start the game.
  6. You're all set!

Collaborators

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Licence

MIT