Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 768 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 768 Bytes

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