Skip to content

Commit 77aea09

Browse files
authored
Update README.md
1 parent cf417c5 commit 77aea09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Frogger-JavaScript-Game
2-
Frogger is a javascript game for browser. I use object oriented js to design this game. Assests for this game are downloaded from internet.
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.
6+
37
Here is the link of this game - https://achyutghosh.github.io/Frogger-JavaScript-Game/

0 commit comments

Comments
 (0)