Live Site: Coin-Rush
"Coin-Rush" is a coin themed game where the goal of the game is to simply gather as many coins as you can before the timer runs out! There is also an endurance game-mode available that grants the player adds time to the timer for every coin collected.
- JavaScript
- HTLM 5 Canvas
- The player controls the sprite by using either W/A/S/D or the arrow keys.
- An instruction page is available for the player to assist them.
- Collect all of the coins / gems that are available around the map.
- The highscore and current score is tracked and displayed to the player.
- The player has the choice of selecting which character they desire to play as.
- The player has the choice of selecting which map they desire to play on.
- The player has the choice of selecting which game-mode they desire to play.
- The user's current score and highscore is updated in real-time. This utilizes local storage to accomplish this.
- The user can select which character / map they desire to play. These can be changed in real-time without disturbung the currently running game.
- A soundtrack will be implemented to the game. The user will have to the option to toggle the music on / off.
- More customizations / collectable gems will be added.

