A simple game of skill. The player must navigate the car keeping its wheels on the road at all times. Beware though! ... the road gets narrower.
No build process is required to play this game. Just clone the repo and open the index.html file in a browser. To start a new game, reload the page. To pause the game hit the space bar.
There's a Sass watcher script that will compile the Sass files into CSS as you work. To start the watcher, run the following command from the project root:
- Clone the repo
- Install the dependencies
npm install
- Watch for changes in the Sass files
npm run watch