Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 693 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 693 Bytes

Asteroids!

My version of the classic arcade game built with object-oriented JavaScript and HTML5's canvas element.

I originally built this with Drew when we were first learning JavaScript at App Academy. I've since heavily modified and refactored the code.

All of the game functionality is in app.js.

Features:

  • Ship, Asteroid, and Bullet classes that inherit from the MovinObject superclass
  • collision detection algorithm based on line segment interesctions