A character can acquire a horn (from stealing it from the witch) and own the horn (traveling at will). The puzzle now gifts the players who win a blue medal for their effort. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| adventure1.ev | ||
| alchemy-book.md | ||
| batch_cmds.ev | ||
| chargen_menu.py | ||
| help_entries.py | ||
| prototypes.py | ||
| README.md | ||
| test.py | ||
| update.ev | ||
| update4.ev | ||
| version1.ev | ||
| version2-errata1.ev | ||
| version2.ev | ||
| version3.ev | ||
world/
This folder is meant as a miscellaneous folder for all that other stuff related to the game. Code which are not commands or typeclasses go here, like custom economy systems, combat code, batch-files etc.
You can restructure and even rename this folder as best fits your
sense of organisation. Just remember that if you add new sub
directories, you must add (optionally empty) __init__.py files in
them for Python to be able to find the modules within.