deepsyx / Redux_TicTacToe

ES6 Minimax implementation of TicTacToe.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ES6 Minimax implementation of TicTacToe.

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


Languages

Language:JavaScript 99.3%Language:CSS 0.5%Language:HTML 0.2%