Skip to content

dreammess/frontend-nanodegree-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##INTRO:

Welcome to my Udacity Arcade Game Project made using Object Oriented JS and HTML5 Canvas! Hope you enjoy it!

##ABOUT:

This simple game follows the player trying to reach the water by avoiding collision with bugs(enemies).

  • When player and bugs collide, player returns to the original location and looses 5 points.

  • When player reaches water, 1 extra life, 1 level and extra 50 points are added to the score.

  • There are 5 levels in this game.

  • Each level increases speed of both enemies and player, which makes it a bit more challenging.

GAME OVER

Game ends when player has lost all the points or lives.

GAME WON

Player wins the game by reaching 5th level, gaining 5th life or earning 250 points.

##HOW TO START GAME:

  • Download the repository and open index.html in your preferred browser.

  • In order to restart the game, reload the browser.

##HOW TO PLAY:

  • To move the player across the board, use the up, right, left and down arrow keys.

  • Your goal is to reach the water. Avoid colliding with bugs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 1.9%
  • CSS 0.2%