/Redux_TicTacToe

ES6 Minimax implementation of TicTacToe.

Primary LanguageJavaScript

TicTacToe with React/Redux

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.

Demo

http://deepsyx.github.io/Redux_TicTacToe/

Installing

  • Clone the repo
  • Run npm install
  • Run npm install grunt-cli -g
  • Run grunt

You should now have running page at http://localhost:9001.