ReactJS based memory grid game.
This game is created as an exercise given in the React.js Succinctly book.
Some cells on the grid will be highlighted for a brief moment of time, you need to remeber them. The number of cells and grid size increases as you move up the levels.
- Install node and npm
- Install package dependencies. run
npm install
in root directory - Running
npm run build
will build the game in thedist
anddocs
directories