In the game, you have go through the grid without stepping on the bomb. You get 5 chances to complete it.
- game starts from the row 1 - 10 and then you need to keep walking untill you pass through
- Browser - Clone the repo. Do
npm init
. Open Index.html in browser and start playing. - Commandline - Clone the repo. Do
npm init
. and then typenode gameForNode.js
and you can start playing.