Fantasary
A downloadable game
Fantasary is a prototype textual virtual world written on top of Spritely Goblins for the Spring Lisp Game Jam 2023. It's more or less a multi-user chat with interactive objects!
A project of the Spritely Institute. Primarily written by David Thompson with additional code and project direction by Christine Lemmer-Webber.
Status | Released |
Author | Christine Lemmer-Webber |
Genre | Interactive Fiction |
Tags | Text based |
Install instructions
Download the bundle for a binary-only version that should (hopefully) work out of the box (and even launches in a cool looking interface using cool-retro-term). Unpack then `cd fantasary-0.1.0` and `./bin/fantasary YourNameHere` (or, if you don't want to use cool-retro-term, you can just do `./bin/fantasary-fallback YourNameHere`).
Or fetch from git. Needs guile-goblins, but thankfully Guix users can just use `guix shell` and then `./bootstrap.sh && ./configure && make` and finally `./scripts/fantasary YourUserName` (or `./scripts/fantasary-server` to run your own server).
Comments
Log in with itch.io to leave a comment.
Using Guix, the tarball here doesn't have a `guix.scm`. The Git clone seems to require running with `pre-inst-env` or it fails with "no code for module (fantasary client)" in procedure resolve-interface. The source distribution is also not launching in cool-retro-term for me.