A 2D Game made with vanilla JavaScript and CSS3.
Your goal is to eat as many crisps as possible before dying!
The game becomes progressively harder as your score increases.
To run on your machine:
- Clone the game from this repository.
- run 'npm install' to install all dependencies.
- Open the cloned director in your terminal, and enter 'npm start'.
- Visit http://localhost:8080/ to play the game.
Deployed here: https://rs357.github.io/crisp-muncher/