I think uConsole would be a great platform for Interactive Fiction games (text adventures). Frotz is/was one of the most popular interpreters for the z-machine or z-code files (the actual games).
I’ve seen there is a fork of Frotz for PicoCalc, but nothing about this kind of app that will run on uConsole.
Do any of you lovely people know of any apps that fit the bill please? I’m wanting z-machine or z-code compatibility if possible.
I’d seen the RetroPie fork of Frotz, but had no idea I could put RetroPie on uConsole. If I’m reading it right, I need to install the image onto an SD card and boot from that.
I was playing around with the Ncurses version last night and it runs well with just CLI. So, that’s going to stay on the CM5 uConsole and RetroPie is going to be on the CM4 version with loads of emulated games. I doubt I’m going to get much done learning Python at this rate!
This is why i love niche projects and their forums. I completely forgot i played “Hitchhikers guide to the galaxy” back in the days on the Atari ST. Only issue was, i was 9, English was not my first language, never read the books, and hardly had any idea what i was doing
Will be nice to revisit. Is there also a list somewhere with all games made for the Z-machine? (and if any are open sourced, a download source perhaps?)
Trying to google, but finding a lot of unrelated stuff, and more lists of interpreters, not actual games.
Ah, we had a ZX Spectrum too! But at that time i was about 4 or 5 years old, and could just about enter the commands to start the games
Edit: No idea WHAT i was typing ofc, but even a 4 year old can remember a button sequence if they see it often enough And the games themselves were just left, right, action.
There’s also Lectrote, an electron-based interpreter for z-machine and a bunch of others:
Or check out the whole list here, most if not all of the Linux ones will work:
Also want to give a shout-out to IF Comp 2025, still running for decades and live right now with new games to be played and voted on: https://ifcomp.org/
ghehe yeah for sure. But it was really a bit too early i think Have not played through the game yet (and dont spoil it yet please) but if its anything as crazy as the books, thats a bit much for a pre-teen child to comprehend, hahaha
After you’d waited 5 minutes for the loading screens to finish I have so many fond memories of the Spectrum. It isn’t lost on me that the uConsole has similar rubber keys!
I saw that Wiki list of Linux interpreters the other day and sat wondering how many might work on Bookworm. This is another good excuse to learn more about the way Linux installs work for different distros.
One game I never finished on my Spectrum and that I really want to load up is Planet of Death. There was no Internet back then and being stuck on a game was often a brick wall you couldn’t get past. I spent a long time trying to complete the game and never did. I still remember one puzzle I was stuck on that I found out much later you needed to type the same thing in three times (iirc) to solve it.
The Pawn and Guild of Thieves were two other games I’d like to revisit, along with a few titles by Infocom. That’s before I begin looking through the IF Comp titles since I last looked a few years ago.
bookworm is just a codename for previous debian release.
ditros (debian, arch, etc) are more or less interchangeable and you can install missed depencies or do some magic in most cases. I often unpack debian’s package and run it on arch just because why not if it works.
the problem you are looking is architecture: amd64 vs arm64. and still you can run software compiled for amd64 on arm64 via virtual machines or translators like box64. Or if it’s an opensource – you can recompile it for amd64.
in the end the only question – how much free time and insanity will do you have.
ghehe, looooong ago i even recompiled some open source Linux stuff from x86 to arm for a different “niche console” (the OpenPandora). Certainly possible with some googling, and im in no way an expert.