Add a number of entities to the game including the player characters and enemies to recreate the classic arcade game Frogger.
- Clone the GitHub Repository:
$ git clone https://github.com/deemullins/Classic-Arcade-Game.git
- Unzip file.
- Open
index.html
in your browser.
- By pressing the up, left, right, and down key you can move your player.
- You will try to have your player reach the other side of the game board without having any collisions with the enemy bugs. If the bug touches you, you will be reset to the beginning.
Good luck!