
Inspired by a CoCo friend releasing a version of the Lights Out game, I decided to write up a series of blog posts about creating a simple game. I intentionally limited the code to not use ELSE or anything that the VIC-20 would not have, hoping that it would work on the VIC as well.
In part 7, I presented the “working” code and described the two minor changes needed to port it to VIC’s Commodore BASIC. (RND and GET A$). It’s super lame and simple BASIC, but I did make it work on the VIC.
https://subethasoftware.com/2024/03/12/ ... ic-part-7/
When I return to this project, my next thing was to optimize the code and make a better user interface. That may give me an excuse to update it to use PETSCII or programmable characters and such.
Happy March.