#Classic Arcade Game Clone -- Live Demo##
You will be provided visual assets and a game loop engine; using these tools you must add a number of entities to the game including the player characters and enemies to recreate the classic arcade game Frogger.
##What I have Done:
- Utilized JavaScript's object oriented programming features to write "Enemy" and "Player" classes to create instances of objects.
- Deployed a pseudoclassical pattern.
- Press
Left
,Right
,Up
, andDown
on Keyboard to play. - Reaches the water: Game is win.
- Collides with an enemy: Game restart.