Top-down endless javascript racing game.
The objective of the game is to dodge incoming cars as you increase or decrease your speed. Use the up, down, left, and right arrow keys to increase/decrease or dodge the cars on the road. You have 3 lives which are decrimented each time you collide with a car and if the counter reaches "0", then your game is over.
- Javascript
- Tone.js
The theme song is an original song that I transcribed to work with the library, tone.js. Above, you can see the individual notes of the song that is on a constant loop. I provided a play and pause button for an added element of immersion into this arcade style racer.
- Users can control the speed of the car with designated arrow keys.
- Users will have the option to play/pause original theme song.
- Create a random artwork button that will render a random image from the museum api based on category
- Allow user to create their own theme song with a selection of 3-5 notes and a play button that will loop.