parade/README.md

27 lines
435 B
Markdown
Raw Normal View History

2020-09-17 20:00:22 +01:00
# Parade
This simple implementation incorporates the basic primitives.
```
create a teapot
become the teapot
enter the ghost
leave
take the ghost
drop the ghost
warp in the teapot
transform into a bat
note the bat is dark.
program create a teapot
warp to the library
become the ghost
use the bat ; should create a teapot
```
## Save/Load
To save a world, use `@save filename.txt`, to load `@load filename.txt`, to quit `@quit`.