This is simple tic tac toe game. Min-Max algorithm is used to compute the computer turn.
- Install Node
- on OSX install home brew and type
brew install node
- on Windows install chocolatey
- Read here for some tips on Windows
- open command prompt as administrator
- type
choco install nodejs
- type
choco install nodejs.install
- type
- on OSX install home brew and type
Clone the repository into local workspace.
For installing dependency
$ npm install
For running the app
$ node index