Preservation…
https://github.com/allenhuffman/VIC-20
And so is my *ALL RAM* BBS for the CoCo:
https://github.com/allenhuffman/ALL-RAM-BBS
And various BASIC things from other blog posts:
https://github.com/allenhuffman/BASIC
And a Lites Out game from an upcoming blog series:
https://github.com/allenhuffman/Lites-Out
There is even a VIC-20 port of that one:
https://github.com/allenhuffman/VIC-20/tree/main/my%20new%20programs/lites%20out
Allen, to keep things tidy, may I suggest that you remove all of the bak folders and .DS_Store files, commit this change and then create a .gitignore file containing bak and .DS_Store, each on their own line, and commit that?
Will do!
I made a “doesn’t know how to use git” mistake not making the .gitignore first. I had to learn how to use “rm –cached” from the command line ;-) (“Thank you, BING.AI”) I think they are gone now.