Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 947 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 947 Bytes

Building A Game in JavaScript

Directions

For this project, you are going to build a simple game with JavaScript. First, make sure you've watched this video of Mary Rose Cook building a game from scratch. Check out her annotated version of Space Invaders.

Then pick one of the following games:

Your job is to implement this game in JavaScript. You can use external libraries, but nothing that would be considered a game framework. Your game must use JavaScript objects for organization.

Additional resources