Anagram game for the Apple-1

1 post / 0 new
Offline
Last seen: 5 months 3 days ago
Joined: Dec 10 2021 - 12:26
Posts: 33
Anagram game for the Apple-1

I've released another word game for the Apple-1: "ANAGRAM"

The game consists of guessing a word from its "anagram", where the letters are randomly swapped. I had a similar game on the "Laser 500" (another vintage computer of mine) but for the Apple-1 version I stripped out all the graphic and sound, keeping the game logic only.

 

It has the same dictionary as "Hangman": 2283 english words, about 16K bytes of space. The resulting file is rather big (24K) indeed we used it to the the loading times on the SD card interface.

 

Get the game here: https://github.com/.../demos/anagram/out/ANAGRAM%23060280

 

If you don't have a SD card interface, you can still load it from cassette (a 32 K memory expansion is required though). The audio file is here: https://github.com/.../anagram/out/anagram_0280.6313R.zip(unzip and play it). The command for loading from the ACI monitor is: 0280.6313R

 

The program was written in C with the KickC compiler, you can look at the source code directly from Github: https://github.com/.../blob/main/demos/anagram/anagram.c

 

SD Card interface: https://p-l4b.github.io/sdcard/Enjoy!