Skip to content

AhmedElaguab/arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Game Clone

A Classic Arcade Game Clone.

LIVE PREVIEW.

Getting Started

  • To start playing this game, you have first to either download or clone it to your machine.
git clone http://www.github.com/AhmedELaguab/arcade-game
  • Then simply open index.html file and start playing the game.

How the Game Works

In this game you have a Player and Enemies (bugs). The goal of the player is to reach the water, without colliding into any one of the enemies.

How to play

  • The player can move left, right, up and down.
  • The enemies move at varying speeds on the paved block portion of the game board.
  • Once a the player collides with an enemy, the game is reset and the player moves back to the starting square.
  • When the player collides with enemies three times, the game is Over.
  • Once the player reaches the water (i.e., the top of the game board), the game is won & the score increase.

Screenshots

Classic Arcade Game Clone screenshot Classic Arcade Game Clone screenshot

Built With

  • HTML/HTML5
  • CSS/CSS3
  • Object Oriented JavaScript (ES6)

Contributing

This repository is my code to pass the third Project of Udacity Front-End Developer Nanodegree Program. Therefore, I most likely will not accept pull requests.

For details, check out CONTRIBUTING.md.

Authors

About

A Classic Arcade Game Clone

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.5%
  • CSS 6.0%
  • HTML 4.5%