Skip to content

Classic Arcade Game Clone -- Project for Udacity's Front-End Web Developer Nanodegree Program

Notifications You must be signed in to change notification settings

psittacine/classic-arcade-game-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Game Clone (Frogger)

🔗 View Live Project

Project Overview

You will be provided visual assets and a game loop engine; using these tools you must add a number of entities to the game including the player characters and enemies to recreate the classic arcade game Frogger.

Why This Project?

Games have a lot of objects and those objects do a lot of different things; but sometimes they do some very similar things as well. This creates a great opportunity to practice object-oriented programming, an important programming paradigm that influences your application architecture and provides performance optimization.

What Will I Learn?

Games have a lot of objects and those objects do a lot of different things; but sometimes they do some very similar things as well. This creates a great opportunity to practice object-oriented programming, an important programming paradigm that influences your application architecture and provides performance optimization.

Instructions:

  • To run the game, open index.html in a web browser.
  • 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 (using the arrow keys on your keyboard). 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.

References:

About

Classic Arcade Game Clone -- Project for Udacity's Front-End Web Developer Nanodegree Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published