moss-n-puddles/world
Howard Abrams dfa6959843 Cleaned up the sailing procedure and other bug fixes
The sailing script now stores particular aliases to manipulate the
exits to simulate sailing.

Created George, the tinkering dwarf and his project that he needs help
completing.

Created an adventuring Hobbit who sails the sea.

Created a "summarizing script" to limit the amount of chat history
each Chatbot needs in order to carry on a conversation.

Created a stateful object that changes its appearance based on "who"
is looking. This allows a George's project to be seen as a complete
bird to those who have given George some feathers.
2026-06-13 20:19:04 -07:00
..
__init__.py In the beginning was a tree... 2025-01-22 07:58:32 -08:00
adventure1.ev Cleaned up the sailing procedure and other bug fixes 2026-06-13 20:19:04 -07:00
alchemy-book.md Fix a few more minor bugs 2025-08-06 22:40:05 -07:00
batch_cmds.ev In the beginning was a tree... 2025-01-22 07:58:32 -08:00
chargen_menu.py Expanded the magic pipe to include other monsters 2025-07-27 12:28:54 -07:00
help_entries.py Limit ability to litter with berries, flowers, etc. 2025-08-15 23:15:46 -07:00
hints.yaml Minor bugs 2026-04-22 22:18:10 -07:00
new.ev Cleaned up the sailing procedure and other bug fixes 2026-06-13 20:19:04 -07:00
prototypes.py In the beginning was a tree... 2025-01-22 07:58:32 -08:00
README.md In the beginning was a tree... 2025-01-22 07:58:32 -08:00
test-run.exp Cleaned up the sailing procedure and other bug fixes 2026-06-13 20:19:04 -07:00
test.py In the beginning was a tree... 2025-01-22 07:58:32 -08:00
version1.ev Cleaned up the sailing procedure and other bug fixes 2026-06-13 20:19:04 -07:00
version2.ev Automate the adventure/puzzle 2025-07-22 21:17:36 -07:00

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.