parade/README.md

45 lines
1.1 KiB
Markdown
Raw Normal View History

2022-02-06 17:58:37 +00:00
# Paradise
2020-09-17 20:00:22 +01:00
2022-02-06 17:58:37 +00: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 [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).
2020-09-17 20:00:22 +01:00
2021-07-10 17:22:43 +01:00
## Build
You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.
```
2022-02-06 17:58:37 +00:00
uxnasm src/main.tal bin/paradise.rom && uxnemu bin/paradise.rom
```
If do not wish to assemble it yourself, you can download [paradise.rom](https://rabbits.srht.site/paradise/paradise.rom).
2021-07-10 17:22:43 +01:00
To build the C version(deprecated).
```
tcc parade.c -o parade
```
## 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
- **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
2021-08-27 22:01:22 +01:00
- **learn** to become
2020-09-17 20:00:22 +01:00
## Save/Load