Skip to content

Project for the Artificial Intelligence course at AUEB. Implemented the game of Othello/ Reversi using the MiniMax algorithm for the AI player.

License

Notifications You must be signed in to change notification settings

solaunar/reversiGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project for the Artificial Intelligence course at AUEB. Implemented the game of Othello/ Reversi using the MiniMax algorithm for the AI player.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages