The 1987 Compute! magazine game, "Laser Chess" by Mike Duppong, was one of the larger programs that I typed in.
The Amiga BASIC source version was by Tim Midkiff and is the basis for this port to p5js.
It is playable in browser with https://rawgit.com/osresearch/laserchess/master/index.html"
- For local development, serve this directory with python and go to http://localhost:8000/
python -mSimpleHTTPServer 8000
- rotate commands
- sprite redraw
- end game
- sound
- scaling
- laser out of bounds