Skip to content

chyknkat/arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade Game

Purpose of Project

To use object-oriented programming to add a number of entities to the game, including the player characters and enemies, to recreate the classic arcade game Frogger.

Starting Game on GitHub

  1. Navigate to http://kortiz75.github.io/arcade-game to open up the game site
  2. Use directional arrows to move the player
  3. If the player collides with a bug, the player lost and will be sent back to the start position
  4. If the player reaches the water, the game is won. The player will be sent back to the start position to play again.

Starting Game Locally

  1. Open index.html in browser
  2. Use directional arrows to move the player
  3. If the player collides with a bug, the player lost and will be sent back to the start position
  4. If the player reaches the water, the game is won. The player will be sent back to the start position to play again.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.7%
  • HTML 2.1%
  • CSS 0.2%