Skip to content

An exciting upgraded version of the traditional arcade game 'frogger'

License

Notifications You must be signed in to change notification settings

alanoooaao/frogger-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger Game

screen-shot

This Frogger is an improved version of the old arcade game 'frogger'. You have to get avoid the bugs and move your role to the river at the top of the screen. By doing that, you'll be rewarded some scores and your final goal should be getting as more scores as you can, and boarding on the world ranking list.

Start Game now

Getting Started

Clone the Github repository and switch to this directory

$ git clone https://github.com/neozl24/frogger-game.git
$ cd frogger-game

Then install the dev-dependent modules according to package.json

$ npm install

All the things needed for development stay on your machine now.

Besides, you'd better have downloaded python so as to start game on your local server with only one-line command

$ python -m SimpleHTTPServer 8080

Type 127.0.0.1:8080 in the browser address bar, you'll see the game starts automatically and your role is able to move while you press the arrow keys.

Authors

  • Zhong Li - Initial work - neozl24

License

This project is licensed under the MIT License - see the LICENSE file for details

About

An exciting upgraded version of the traditional arcade game 'frogger'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • HTML 27.0%
  • CSS 4.7%