Page 1 of 1

PUZZ (sliding block puzzle games)

Posted: Tue May 28, 2024 12:57 pm
by ceptimus
I ported this from the Amiga, first to the picocomputer RP6502, and now to the Commander X16.

Try It Now!
I think the Try It link is working, now that I've edited it to the correct number! :oops:
PUZZ-screenshot.png
PUZZ-screenshot.png (15.96 KiB) Viewed 1670 times
PUZZ.ZIP
(38.82 KiB) Downloaded 163 times


If you're running it in the emulator, it's best to do Ctrl-M to enable mouse capture. Also, if you want to be able to save puzzles in the emulator, you have to enable writes to the filesystem. I use the command: ../x16emu/x16emu -hostfsdev 8 -fsroot ~/x16/puzz -prg PUZZ.PRG -run
though this obviously depends on your operating system, and the paths where you placed the PUZZ.PRG program (and its .PUZZ files) and the path to your x16emu emulator.

#R47