parade/README.md

29 lines
728 B
Markdown
Raw Normal View History

2020-09-17 20:00:22 +01:00
# Parade
2020-09-17 20:11:40 +01:00
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.
2020-09-17 20:00:22 +01:00
2020-09-17 20:11:40 +01:00
### Basic commands
2020-09-17 20:00:22 +01:00
2020-09-17 20:11:40 +01:00
- create a teapot
- become the teapot
- enter the ghost
- leave
2020-09-17 20:00:22 +01:00
2020-09-17 20:11:40 +01:00
### Controls commands
2020-09-17 20:00:22 +01:00
2020-09-17 20:11:40 +01:00
- 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
2020-09-17 20:00:22 +01:00
## Save/Load
2020-09-17 20:11:40 +01:00
To save a world, use `@save filename.txt`, to load `@load filename.txt`, to quit `@quit`. You can learn more about Parade [here](https://wiki.xxiivv.com/site/parade.html).