Skip to content

Provided visual assets and a game loop engine to recreate the Arcade game.

Notifications You must be signed in to change notification settings

harsimarsingh8/Classic-Arcade-Game-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Classic-Arcade-Game-Clone

Harsimar Singh


  • We are provided with visual assets and a game loop engine to recreate the Arcade game.We added a number of entities to the game including the player characters and enemies to recreate the classic arcade game Frogger.
  • In this project we used Object-Oriented Programming, to influence application's architecture and which provides performance optimization.
  • The live streaming of project.
  • Project can be viewed at my Github Repository.

Project Details

How do I complete this project?

  • Students should use this rubric for self-checking their submission. Make sure the functions you write are object-oriented - either class functions (like Player and Enemy) or class prototype functions such as Enemy.prototype.checkCollisions, and that the keyword 'this' is used appropriately within your class and class prototype functions to refer to the object the function is called upon. Also be sure that the readme.md file is updated with your instructions on both how to 1. Run and 2. Play your arcade game.

  • For detailed instructions on how to get started, check out this guide.

Steps to run the game:

  1. Open the main folder.
  2. Open index.html.

Game controls:

  1. Up key - Move player towards goal.
  2. Down key - Move player away from goal.
  3. Left key - Move player to left.
  4. Right key - Move player to right.

Game Rules:

  • Avoid Enemies using given controls and reach the finish line.
  • To complete the game, score 10 points.

Best Of luck !

About

Provided visual assets and a game loop engine to recreate the Arcade game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published