Hi folks!
I knocked out a small puzzle game this past weekend. One of those games where you hop the pegs over other pegs to remove them from the board, with the goal of getting rid of as many as possible before running out of possible moves.
Here's the github page for it: https://github.com/JeffJetton/apple1-peg-solitaire
As I don't (yet) own a physical Apple 1 or replica, I've only run it in emulation. If you try it on the real deal and run into any problems, please let me know!
Enjoy!
- Jeff
Hi Jeff
Tried on a replica and emulator, doesn't seem to run on both.
Screenshot 2025-10-20 at 02.22.52.png
WIN_20251020_02_08_27_Pro.jpg
Thanks for checking, Sarnian! The version on Github should work now.
Dumb mistake on my part. I uploaded the .bin and .txt file with the origin address of $0300 included as the first two bytes. :-O (That version of the .bin is used by the script I make the .js file from, and I forgot to reassemble it the normal way afterward.)
Thanks for checking and trying it out, natas666!