Cool reversi game with artificial intelligence algorithms.
These instructions will get you a copy of the project up and running on your local machine.
The only prerequisite is to have Python 3.x installed in your machine :)
Go to your terminal and clone the repo, go to the scripts folder and then just run python3 main.py
.
- Clone the repo:
$ git clone https://github.com/ClementeSerrano/ai_reversi_game.git
- Go to the scripts folder:
$ cd ./scripts
- Start the game:
$ python3 main.py
- Clemente Serrano - Initial work
- Camilo Zepeda - Bug fixer
Base of the code token from ...