Skip to content

CodeWithOz/ArcadeGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade Game

This project is part of the Udacity Frontend Nanodegree program.

Arcade Game animated gif

Live Demo

Instructions

This game can be run with relatively little effort. Run git clone https://github.com/CodeWithOz/ArcadeGame.git to copy it into your local environment. Then open the index.html file in your browser and VOILA! 😄🎉

The rules are simple: collect stars, keys, and hearts as they pop up on the grid. To win, you must collect 10 or more before the timer runs out. You can safely keep your character in the water (blue grid blocks) or on the grass (green grid blocks); no enemies will attack you in those positions.

Contributing

Feel free to make your contributions! You can start with any of the TODOs I have this placed in the project files.

License

MIT

Original README.md

frontend-nanodegree-arcade-game

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.

About

Arcade game web app implementing OOP in JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • HTML 11.5%
  • CSS 10.1%