markcornwell / spacewar

Javascript implementation of 1962 game Spacewar! originally developed for the PDP-1
MIT License
0 stars 0 forks source link

add ability to fire missiles, track their movements on screen #2

Closed markcornwell closed 4 years ago

markcornwell commented 4 years ago

Add code so the ships can fire missles. Manage the missile physics and display. Missiles should have some lifetime associated with them so they don't clutter up the screen forever. Watch videos of the original PDP-1 implementation to see how they treated lifetimes. Consider adding lifetime as a configuration parameter.

markcornwell commented 4 years ago

Completed and checked in.