Skip to content

deepsyx/Redux_TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages