Georg bb660d5fca
Bulk add setup.py files + repair empty __maintainer__ lines (#48)
* Add missing setup.py's

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>

* Repair __maintainer__'s

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>

* Add requirements

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2022-08-30 17:18:54 -04:00
..
2019-12-10 08:14:04 -05:00
2020-06-30 22:03:05 +00:00
2020-06-30 22:03:05 +00:00
2020-06-30 22:03:05 +00:00

Play interactive fiction Z-Machine games like the Infocom classic Zork.

Requires limnoria, python 3, pexpect

Uses the dfrotz (dumb frotz) interpreter https://github.com/DavidGriffith/frotz

git clone https://github.com/DavidGriffith/frotz
cd frotz
make dumb
sudo make install_dumb

config plugins.frotz.dfrotzPath (path_to_dfrotz_binary) (default /usr/local/bin/dfrotz) Looks for games in ./games/ directory

usage:

adventure ex. adventure zork1.z5 - starts game

Game will process channel messages as commands while a game is running.

z ex. z open mailbox, z look - send command manually

z - sends a blank line equivalent to [RETURN]/[ENTER] when needed

end - ends the game

games - lists contents of ./games/ directory

one game allowed to run per channel/pm. will prompt you to stop running games before allowing a new one to be started. this limits the number of potential child dfrotz processes and keeps this simpler in terms of routing the right game data to the right place.

python3 -m pip install pexpect

Games included here are easily found and freely available all over the net, their owners are their respective owners and if you believe a game should not be here contact me and I will remove it immediately.