This archive contains a binary build of glulxe-cheapglk suitable for running Glulx games in a terminal emulator on Kindle 3 (Kindle Keyboard). To use: - Jailbreak the Kindle 3. (https://www.mobileread.com/forums/showthread.php?t=338268) - Install a terminal emulator, like myTS. (http://my.svgalib.org/kindle/myts-8.zip) - Copy glulxe and game files (.gblorb or .ulx) to a folder on the Kindle. - Launch the terminal, navigate to the folder with cd, and run glulxe with: ./glulxe gamefile.gblorb The folder "myts" contains a custom font for myTS based on Iosevka (https://github.com/be5invis/Iosevka), which is much larger and more readable for prose than the default myTS font. After installing myTS, the files in this folder can be copied to the corresponding "myts" folder on the Kindle to use the font. Source for the build configuration is included in the "src" folder; this is an unmodified version of Glulxe 0.6.1 and cheapglk 1.8.4, except for changing the makefile to statically link ncurses. To run on Kindle 3, Glulxe should be built on a Linux 2.x ARM device, such as an older Raspberry Pi. See LICENSE files in each folder for license information. - Daniel Gaskell, 2024-03-30