Sherwoodwt / SpaceGame

Just a Space game written in Java
1 stars 0 forks source link

Bullet Issues #2

Closed Sherwoodwt closed 8 years ago

Sherwoodwt commented 8 years ago

No limit on the number of bullets out. Set a cap to number of bullets.

Bullets need a limited lifetime, override update and return boolean of whether they are dead or not.