Skip to content

yashsati29/ud-classic-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Game

This a basic project developed by DevS for Udacity's Front End Nanodegree's Project

About the game (Arcade Game)

  • This game is simple clone of classic arcade game.
  • There is a player character and enemies(Bugs).
  • Player has to cross the field avoiding all enemies and has to reach to water.

Where I Can Play The Game?

  1. Clone the following repo: git clone https://github.com/yashsati29/ud-classic-arcade-game

  2. Load index.html in your desired browser.

  3. Play the game.

How to play?

  • Use ↑ to move player up.
  • Use ↓ to move player down.
  • Use → to move player to right.
  • Use ← to move player to left.

Skills Required For The Completion Of The Project?

  • Javascript

What I learned?

  • How to use javascript in various situation while developing your own apps.
  • Object oriented approach by the use of Javascript classes.

Any References Used?

  • collision detection reference from stackoverflow.
  • random speed generation reference from stackoverflow.