Skip to content

stearruda/fend-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade Game

Table of Contents

Description

  • Version of Classic Arcade Game Frogger
  • Project created as part of the Udacity Front-End Developer Nanodegree.

Project Instructions

The task was to recreate a classic arcade game with provided visual assets and a game loop engine by adding player characters and enemies using objects and prototype inheritances.

Run the Game

In order to run and play the game you can:

  • Play here

  • Run locally by downloading, cloning or forking this project:

    $ git clone https://github.com/stearruda/fend-arcade-game.git
    

How The Game Works

Use the arrow keys on your keyboard (or the arrows below the game) and move your player to the water without hitting the bugs! Every time the player reaches the water another level starts and the score is increased. If the player hits the bug looses one life and losing all lifes the game is over and have an opportunity to play again.

Code Dependencies

About

Arcade Game Project for Udacity Front-end Nanodegree Program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • CSS 10.3%
  • HTML 8.5%