Skip to content

morojAlh/frontend-nanodegree-arcade-game-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Game

Table of Contents

Introduction to the game

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. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches the water the game is won.

You can play the game from Here.

  • You should use the arrows key in the keyboard to go up, down, left and right.
  • If you colliding one of the enemies the game will start again.
  • If you reach the water you will get the congratulations message and the game will start again.

Instructions

To load the game locally follow the steps:

  • Clone the project in the folder you want
    git clone https://github.com/morojAlh/frontend-nanodegree-arcade-game-1.git
    
  • Go to the folder you download the project in it > frontend-nanodegree-arcade-game-1
  • Open index.html with your browser.

Usage

  • Udacity provided the art assets and game engine for you. You can download or clone them from this repository. Here.

  • HTML5 <canvas> used in the project. You can find documentation from Here or Here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 2.0%
  • CSS 0.2%