Skip to content

HOTAIBI/frontend-nanodegree-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger Game Description

The game consists of player and enemies. To win the player must reach the water, without colliding with any one of the enemies. The player can move left and right, up and down. In case the player collided with the enemy, the game will be reset and the player moves back to the starting box and the player will lose one score. If the player reaches the water he will win the game and the player will earn one score and move to the next level which will be more difficult.

Installation

To run the game:

  1. Download the GitHub zip file or clone the repository onto your local workstation:
  2. Open index.html through Internet browser.

Repository Folder Description

The repository contains the folders as the follow

  • The css folder contains a style.css file.
  • The images folder contains the png image files, which are used when displaying the game.
  • The js folder also contains the app engine needed to run the game and a resources.js file.
  • index.html - opening index.html should load the game.
  • README.md contain instructions on how to load and play the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 2.0%
  • CSS 0.2%