use rune for include

This commit is contained in:
neauoire 2022-02-06 09:58:37 -08:00
parent 711dd063a9
commit 0bcb1756be
2 changed files with 7 additions and 6 deletions

View File

@ -1,15 +1,16 @@
# Parade
# Paradise
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).
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).
## Build
You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.
```sh
cat src/main.tal src/font.tal > src/parade.tal
uxnasm parade.tal parade.rom && uxnemu parade.rom
```
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).
To build the C version(deprecated).

View File

@ -739,4 +739,4 @@ RTN
@text-buffer $100
include src/font.tal
~src/font.tal