markcornwell / spacewar

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

Add a configuration flag that makes the presence of the star optional #31

Closed markcornwell closed 4 years ago

markcornwell commented 4 years ago

Added a starEmable flag to parm.js. It was trivial to implement. Tested and it works. Leaving it enabled for now as that is the default behavior. Might allow users the option of no star in setup at some point in the future.