mirror of https://git.sr.ht/~rabbits/parade
37 lines
854 B
Markdown
37 lines
854 B
Markdown
# Paradise
|
|
|
|
In Paradise, you are but a force acting upon places, objects, words — vessels. [Paradise](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 [Modal](https://wiki.xxiivv.com/site/modal.html).
|
|
|
|
## Build
|
|
|
|
You must have the [Modal](https://git.sr.ht/~rabbits/modal/) virtual machine.
|
|
|
|
```
|
|
modal -q src/paradise.modal
|
|
```
|
|
|
|
## Getting Started
|
|
|
|
### Basic commands
|
|
|
|
- **create** a teapot
|
|
- **become** the teapot
|
|
- **enter** the ghost
|
|
- **leave**
|
|
|
|
### Controls commands
|
|
|
|
- **take** the apple
|
|
- **drop** the teacup
|
|
- **move** the moth in the bottle
|
|
- **transform** into a bat
|
|
|
|
### Narrative commands
|
|
|
|
- **note** this place is dark.
|
|
- **quit**
|
|
|
|
## Save/Load
|
|
|
|
- Soon.
|