mirror of https://git.sr.ht/~rabbits/parade
a78612933e | ||
---|---|---|
.clang-format | ||
.gitignore | ||
LICENSE | ||
NOTES | ||
README.md | ||
build.sh | ||
parade.c |
README.md
Parade
In Paradise, you are but a force acting upon places, objects, words — vessels. Parade is a subset of the Paradise interactive fiction engine designed explicitly to explore the possible interactions available within the primitives. This is a toy implementation of its primitives, written in ANSI C.
Basic commands
- create a teapot
- become the teapot
- enter the ghost
- leave
Controls commands
- take the ghost
- drop the ghost
- warp in the teapot
- transform into a bat
Narrative commands
- note the bat is dark.
- program create a teapot
- use the bat
Save/Load
To save a world, use @save filename.txt
, to load @load filename.txt
, to quit @quit
. You can learn more about Parade here.