Skip to content

Commit a38e56b

Browse files
authored
Update README.md
1 parent fde86df commit a38e56b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# Frogger-JavaScript-Game
2-
Frogger is a javascript game for browser.
3-
4-
Basic Functionality:
5-
In this game you have a Player and Enemies (Bugs). The goal of the player is to reach the water, without colliding into any one of the enemies. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches at certain point the game is won.
2+
Frogger is a javascript arcade game for browser. In this game you have a Player and Enemies (Bugs). The goal of the player is to reach the water, without colliding into any one of the enemies. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches at certain point the game is won.
63

74
Here is the link to play this game - https://achyutghosh.github.io/Frogger-JavaScript-Game/

0 commit comments

Comments
 (0)