parade/README.md

28 lines
902 B
Markdown
Raw Normal View History

2020-09-17 20:00:22 +01:00
# Parade
2020-09-17 20:17:47 +01:00
In Paradise, you are but a force acting upon places, objects, words — vessels. [Parade](https://wiki.xxiivv.com/site/parade.html) is a subset of the Paradise interactive fiction engine designed explicitly to explore the possible interactions available within the primitives. This is simply a toy implementation, written in [ANSI C](https://wiki.xxiivv.com/site/ansi_c.html).
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:17:47 +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:17:47 +01:00
- **take** the apple
- **drop** the teacup
- **warp** in the library
- **transform** into a bat
2020-09-17 20:11:40 +01:00
### Narrative commands
2020-09-17 20:17:47 +01:00
- **note** this place is dark.
- **program** create a sound
- **use** the machine
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).