Udacity Nanodegree - Front End Web Developer Project
This project is used to play the frogger game.
A quick introduction of the minimal setup you need to get up running this project.
git clone https://github.com/volcain-io/fewd-arcade-game.git
cd fewd-arcade-game/
Open 'index.html' with your favourite web browser.
First you have to choose a player to start the game. 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, down. The enemies move in varying speeds on the paved block portion of the scene. Once the player collides with an enemy, the game is reset and the player moves back to the start square. The game is over, if the player looses all three lives. While trying to reach the water, the player may collect some bonus points, if he collects Stars (Level 1), Keys (Level 2) and Gems (Level 3).
See Points section for more details.
Use arrow keys or VIM-Navigation keys (h=left, j=down, k=up, l=right) to play the game.
There are three levels.
Difficulty | Enemies | Collectables | Points to reach |
---|---|---|---|
Level 1 | 3 | 3xStars | 0 |
Level 2 | 4 | 3xStars, 1xKey | 400 |
Level 3 | 5 | 3xStars, 1xKey, 1xGem | 800 |
Hint: With each level the enemies are getting faster.
You can earn points if you reach the water and/or collect items. If you hit an enemy you will loose points.
Points | Achievement | Collectable | Place of Collectable |
---|---|---|---|
-10 | hitting an enemy | ||
50 | reaching the water | ||
25 | Gem | on water | |
15 | Key | paved block | |
5 | Star | anywhere on the board |
In order to display 'index.html' you need a web browser.
Clone the repository:
git clone https://github.com/volcain-io/fewd-arcade-game.git
cd fewd-arcade-game
Happy coding!
The HTML and CSS Code is validated against the W3C's Validators.
The code style relies on Udacity Style Guide.