A downloadable game for Windows, macOS, and Linux

Download NowName your own price

The old world ended, only fragments are left. You enter these fragments to find out what happened and why.

Text adventure in strange, nested worlds. Written not coincidentally in Scheme.

ZIP file contains a Mac binary, and sources so it can be run anywhere.


Download

Download NowName your own price

Click download now to get access to the following files:

eldritch-0.1.2.20190429.zip 190 kB

Development log

Comments

Log in with itch.io to leave a comment.

Hi! I am contacting creators/developers on behalf of a graduate researcher studying how Lovecraft is represented in games. If you have time to complete a 10-minute survey about Eldritch World, please send a message to: masonsmith [at] tamu [dot] edu.

Apparently the Linux binary is chicken-csi, so either symlink it, or change it in the first line of eldritch.scm (make sure the -s is still there!)

If you're having troubles running it, make sure you can reach your Chicken 5 install:

csi
CHICKEN
(c) 2008-2018, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.0.0 (rev 12f2f2cc)
... buncha stuff ...
#;1> (display "Chicken is delicious!\n")
#;2> ,q

If not, figure out where it installed and add that to PATH, or just:

PATH=/usr/local/bin ./src/eldritch.scm