File system, written in Modal
Go to file
Devine Lu Linvega fbbe881bec Improved docs 2020-09-17 12:11:40 -07:00
.clang-format * 2020-09-09 11:09:09 -07:00
.gitignore Remove tests 2020-09-17 12:00:44 -07:00
LICENSE * 2020-09-09 11:09:09 -07:00
NOTES Implemented @save/@load 2020-09-17 12:00:22 -07:00
README.md Improved docs 2020-09-17 12:11:40 -07:00
build.sh Implemented @save/@load 2020-09-17 12:00:22 -07:00
parade.c Implemented @save/@load 2020-09-17 12:00:22 -07:00

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.

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
  • warp to the library
  • 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.