/memory-grid

React based memory grid game

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ReactJS based memory grid game.

This game is created as an exercise given in the React.js Succinctly book.

How to Play

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.

Develop

  • Install node and npm
  • Install package dependencies. run npm install in root directory
  • Running npm run build will build the game in the dist and docs directories