This a basic project developed by DevS for Udacity's Front End Nanodegree's Project
- 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.
-
online Play here
-
offline
-
Clone the following repo:
git clone https://github.com/yashsati29/ud-classic-arcade-game
-
Load index.html in your desired browser.
-
Play the game.
- Use ↑ to move player up.
- Use ↓ to move player down.
- Use → to move player to right.
- Use ← to move player to left.
- Javascript
- How to use javascript in various situation while developing your own apps.
- Object oriented approach by the use of Javascript classes.
- collision detection reference from stackoverflow.
- random speed generation reference from stackoverflow.