Cool reversi game with artificial intelligence algorithms. Built using React.js and Redux on client side and Node.js on server side.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The only prerequisite is to have Node.js installed in your machine :) For that, just go to https://nodejs.org/en/download/
Go to your terminal and clone the repo and then just run npm start
.
- Clone the repo:
$ git clone https://github.com/ClementeSerrano/ai_reversi_game.git
- Start the server:
$ npm start
- Open your browser and access the game going to http://localhost:8080
- Clemente Serrano - Initial work
- Camilo Zepeda - Bug fixer