Skip to content

Classic Arcade Game using Object-Oriented JavaScript & HTML5 Canvas

Notifications You must be signed in to change notification settings

romanrodriguez/arcade-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-End Nanodegree Arcade Game

Description:

This is a clone of the Frogger game built mainly to practice Object-Oriented JavaScript and HTML5 Canvas techniques. In this game you have a Player and enemy bugs crossing a road at various speeds.

Objective:

The goal of the player is to reach the other side by crossing the road and go into the water without colliding into any one of the enemies. If the player collides with a bug, the game is reset, and the Player moves back to the start. The Player wins by reaching the water without collisions.

Usage - How to play:

The game is played using the arrow keys and you can move up, down, left and right.

Running Instructions:

To play this game, download the project to your computer, double-click on index.html to open it on your default browser, and enjoy the game!

Time Countdown:

There is a simple timer with 30 seconds on it. You can refresh your browser to re-initiate it. I'll be improving its interactivity shortly.

About

Classic Arcade Game using Object-Oriented JavaScript & HTML5 Canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published