mirror of https://git.sr.ht/~rabbits/parade
use rune for include
This commit is contained in:
parent
711dd063a9
commit
0bcb1756be
11
README.md
11
README.md
|
@ -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).
|
||||
|
||||
|
|
|
@ -739,4 +739,4 @@ RTN
|
|||
|
||||
@text-buffer $100
|
||||
|
||||
include src/font.tal
|
||||
~src/font.tal
|
||||
|
|
Loading…
Reference in New Issue