parade/README.md

37 lines
854 B
Markdown
Raw Normal View History

2022-02-06 17:58:37 +00:00
# Paradise
2020-09-17 20:00:22 +01:00
2024-05-11 04:51:00 +01:00
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).
2020-09-17 20:00:22 +01:00
2021-07-10 17:22:43 +01:00
## Build
2024-05-17 22:06:09 +01:00
You must have the [Modal](https://git.sr.ht/~rabbits/modal/) virtual machine.
2021-07-10 17:22:43 +01:00
```
2024-05-20 05:13:04 +01:00
modal -q src/paradise.modal
2021-07-10 17:22:43 +01:00
```
## Getting Started
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
2024-05-20 05:13:04 +01:00
- **move** the moth in the bottle
2020-09-17 20:17:47 +01:00
- **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.
2024-05-20 05:13:04 +01:00
- **quit**
2020-09-17 20:00:22 +01:00
## Save/Load
2024-05-20 05:13:04 +01:00
- Soon.