Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 414 Bytes

Asteroids

The beginning of a browser based Asteroids game.

The logic for colliding objects, along with moving/wrapping asteroids, a ship class, and a bullet class.

Currently, the ship can fly, but the bullets are non-functional. The next steps in this project are:

  • Add working fire bullet function
  • Add bullet collisions with asteroids
  • Add asteroid breaking functionality
  • Track score