File system, written in Modal
Go to file
neauoire a6fc31f104 Let us begin 2021-08-25 11:01:53 -07:00
etc Let us begin 2021-08-25 11:01:53 -07:00
src Let us begin 2021-08-25 11:01:53 -07:00
.clang-format Minor cleanup 2021-06-11 19:58:28 -07:00
.gitignore Starting Tal port 2021-07-10 09:22:43 -07:00
LICENSE
NOTES Implemented @save/@load 2020-09-17 12:00:22 -07:00
README.md Starting Tal port 2021-07-10 09:22:43 -07:00
build.sh Let us begin 2021-08-25 11:01:53 -07:00
parade.c Minor cleanup 2021-07-05 20:17:05 -07:00
parade.tal Starting Tal port 2021-07-10 09:22:43 -07:00

README.md

Parade

In Paradise, you are but a force acting upon places, objects, words — vessels. Parade 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.

Build

You must have the Uxn assembler and emulator.

uxnasm parade.tal parade.rom && uxnemu parade.rom

To build the C version(deprecated).

tcc parade.c -o parade

Getting Started

Basic commands

  • create a teapot
  • become the teapot
  • enter the ghost
  • leave

Controls commands

  • take the apple
  • drop the teacup
  • warp in the library
  • transform into a bat

Narrative commands

  • note this place is dark.
  • program create a sound
  • use the machine

Save/Load

To save a world, use @save filename.txt, to load @load filename.txt, to quit @quit. You can learn more about Parade here.