This is ES6 React/Redux based example of the TicTacToe game running Minimax algorithm for AI.
More information about Minimax algorithm here. You can see my implementation here.
...
- Clone the repo
- Run
npm install
- Run
npm install grunt-cli -g
- Run
grunt
You should now have running page at http://localhost:9001
.