To use object-oriented programming to add a number of entities to the game, including the player characters and enemies, to recreate the classic arcade game Frogger.
- Navigate to http://kortiz75.github.io/arcade-game to open up the game site
- Use directional arrows to move the player
- If the player collides with a bug, the player lost and will be sent back to the start position
- If the player reaches the water, the game is won. The player will be sent back to the start position to play again.
- Open index.html in browser
- Use directional arrows to move the player
- If the player collides with a bug, the player lost and will be sent back to the start position
- If the player reaches the water, the game is won. The player will be sent back to the start position to play again.