This project aims to highlight the use of React to build a game and also maintaining state in one place. By having a 'Single Source of Truth', it becomes easier to keep updating the different parts of the UI based on state changes!
Puzzle game with React JS React puzzle game.Click on the squares to move them (only those next to the 0 square). codepen See the Pen React JS puzzle game by Pedro Luan
Game of Life code BY Chris Dziewa Based off of Conway's Game of Life Made with React.js codepen demo See the Pen Game of Life by Chris Dziewa (@chrisdziewa) on CodePen.
Game of Life (React + Redux) An implementation of John Conway's Game of Life in React and Redux. BY Peter Daily Game of Life React + Redux Implementation Read the rules of the game on
Tiles-Of-Gnome by Vasiliy Kostin use Arrows, ASDW, or Mouse Clicks to move your hero. codepen demo See the Pen Tiles-of-Gnome by Megabyte (@Megabyteceer) on CodePen.
Sudoku game A sudoku app wrote in React and Redux recently live demo http://danialk.github.io/blog/2016/01/15/sudoku-written-using-es6-react-redux/ GitHub