Skip to content

This is a simple game using HTML5 Canvas and Object Oriented Programming in JavaScript.

Notifications You must be signed in to change notification settings

shafo01/arcade_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Game Clone Project

Table of Contents

About

This game was created as one my Udacity's challenge.

Instructions

Run the Game

To run the game:

  1. Go to https://shafo01.github.io/arcade_game/index.html

Or

  1. Download project from the master branch.
  2. Unzipped downloaded file.
  3. In unzipped folder, you will index.html.
  4. Right click, and open with any browser of your choice, such as Chrome.

Play the Game

To start playing game:

  1. Use the arrow keys (▲, ▼, ◀, ▶ ) to move the player.
  2. The player shouldn't collide with the bugs. Every time the player collides with the bugs then the game is reset.
  3. You aim is to reach the water blocks at the top. Once you reach the top you win the game!

Resources

This game started off with Udacity's starter code at: https://github.com/udacity/frontend-nanodegree-arcade-game

Whilst accomplishing some of the tasks to complete the game I gained helped from the following sources:

  1. For creating the overlay: w3schools https://www.w3schools.com/howto/howto_css_overlay.asp

  2. For generating random numbers within a range: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random

Technologies Used

This game was created with Html5, CSS and JavaScript.

About

This is a simple game using HTML5 Canvas and Object Oriented Programming in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published