๐Ÿ“ฆ sahkal / Arcade-Game--Enemy-Bugger

A simple Arcade game using JavaScript .

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/sahkal/Arcade-Game--Enemy-Bugger.git
HTTPS git clone https://github.com/sahkal/Arcade-Game--Enemy-Bugger.git
SSH git clone git@github.com:sahkal/Arcade-Game--Enemy-Bugger.git
CLI gh repo clone sahkal/Arcade-Game--Enemy-Bugger
Sahkal Poddar Sahkal Poddar Delete empty 81600b6 7 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ css
๐Ÿ“ images
๐Ÿ“ js
๐Ÿ“„ index.html
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Arcade-Game(Enemy_Bugger)

frontend-nanodegree-arcade-game =============================== Project Introduction: This project is initially created by Udacity. It is designed to practice object-oriented-programming in Javascript by creating game objects(Enemy, Player, Item) and then render or move them on HTML Canvas.

How to Run


First Method

  • Download the repository.
  • Unzip the files.
  • Open the "index.html" in your browser to play the game.

Second Method

Directly open the follow link and play: https://sahkal.github.io/Arcade-Game--Enemy-Bugger/.

How to Play


Game Rules

  • TARGET: Reach 500 points to win!
  • SCORE RULES:
  • Reach water: +50 pts
  • LIFE RULES:
If hit by a bug, lose 1 life. You have a maximum of 3 lives.

Operation

PLAYER: Use the keyboard arrows or (W A S D) to move the player

===============================