Skip to content

In-browser game built using object-oriented Javascript and HTML5 Canvas.

Notifications You must be signed in to change notification settings

wolverdude/asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

In-browser game built using object-oriented Javascript and HTML5 Canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published