⚡
Find your hat is a console based mini game with a simple object of navigating a 2d grid to find a hat.
This was a project to help me learn about using classes in Javascript, how to use class methods and also how to get user input, take that data to customise the game.
You need to have following installed
- Node : npm install node
- prompt : npm install prompt-sync
- chalk : npm install chalk
- clear : npm install clear-screen
Click on the green Code button Click download Zip Extract zip contents Open the findthehat.js in your favourite IDE Install any dependancies above Navigate to the correct directory in the terminal Enter the following into the terminal node findthehat.js

