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.
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.
- Zhong Li - Initial work - neozl24
This project is licensed under the MIT License - see the LICENSE file for details