The scenario is that the player has lost their hat in a field full of holes, and must navigate back to it without falling down one of the holes or stepping outside of the field.
- Node.js
- After cloning project, navigate to the root folder in the terminal and install dependencies with
node i
. - To start game, type
node main.js
in the terminal from the root folder.