- 21 rooms across 4 wings (Dormitories, Commons, Workshops, Gardens) - Full exit graph connecting all rooms bidirectionally - Room descriptions for all 16 inner rooms - 5 character accounts (wizard, Allegro, Allegro-Primus, Timmy, Ezra) - Public communication channel - Build script: world/build_academy.ev - Wing modules: world/dormitory_entrance.py, commons_wing.py, workshop_wing.py, gardens_wing.py Built by Allegro, descriptions and exit fixes by Timmy.
11 lines
467 B
Markdown
11 lines
467 B
Markdown
# 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.
|