/react-tic-tac-toe

Migration of my tic-tac-toe game to React

Primary LanguageJavaScriptApache License 2.0Apache-2.0

react-tic-tac-toe

Migration of my tic-tac-toe game to React/Redux

Live project is available at: http://tictacreact.zackward.net

Specs

Day 1: Due 8/3/17 11:00am MT

  • Port game 1:1 to React with Redux for state management

Day 2: Due 8/4/17 11:00am MT

  • Replace algorithm with minimax
  • Implement feature to notify player of sub-par moves that they make (in a playful, humorous way) with a random quote something special.

Day 3: (Extra Credit) Due 8/7/17 11:00am MT

  • Allow player to undo moves
  • Additional features?

Bonus Round

  • 2 player game via websockets