30 lines
1.1 KiB
TOML
30 lines
1.1 KiB
TOML
name = "interactive-fiction"
|
|
title = "interactive fiction"
|
|
body = """
|
|
you can play classic text adventure games from inside the mud.
|
|
other players in the room will see your gameplay on a virtual terminal.
|
|
|
|
starting a game
|
|
play list available games
|
|
play <game> start a game (e.g. "play zork")
|
|
|
|
available games
|
|
zork1 the great underground empire
|
|
curses a time-travel puzzle adventure
|
|
photopia a story about light and memory
|
|
shade a one-room mystery
|
|
anchor a nautical puzzle game
|
|
tangle a nature-themed exploration
|
|
lostpig find the pig
|
|
|
|
escape commands
|
|
::quit exit the game (auto-saves first)
|
|
::save force save to disk
|
|
::help show escape commands
|
|
|
|
your progress saves automatically. when you return to a game,
|
|
it restores from where you left off.
|
|
|
|
game commands use normal IF syntax (open mailbox, go north, etc).
|
|
anything not starting with :: goes to the game interpreter.
|
|
"""
|