- The game is accessed by opening the index.html file or directly online at : https://zimann.github.io/frogger-game.github.io/
- We will start with the player in the middle of the grass section and the purpose of the game is to get to the water while avoiding the bugs. Once we do that, the player's position will be reset.
- The keys to use for moving our player around are: up/down/right/left arrows but we can also use the numpad keys if we have them on the keyboard layout.
- The player's position is reset when he hits the bugs. The player's movement place is restrained just to the drawn tile section.