diff --git a/README.md b/README.md index 10e69fb..cda65f5 100644 --- a/README.md +++ b/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). diff --git a/src/main.tal b/src/main.tal index 5611fba..5e87bac 100644 --- a/src/main.tal +++ b/src/main.tal @@ -739,4 +739,4 @@ RTN @text-buffer $100 -include src/font.tal +~src/font.tal