parade/README.md

44 lines
1.0 KiB
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
2021-07-10 17:22:43 +01:00
## Build
You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.
2021-08-27 22:01:22 +01:00
```sh
cat src/main.tal src/font.tal > src/parade.tal
2021-07-10 17:22:43 +01:00
uxnasm parade.tal parade.rom && uxnemu parade.rom
```
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