moss-n-puddles/world
Howard Abrams 3d1ebfa3fc Adding a batchcommands file with descriptions
And fixed a number of bugs with starting from scratch.
2025-02-12 22:37:19 -08:00
..
__init__.py In the beginning was a tree... 2025-01-22 07:58:32 -08:00
batch_cmds.ev In the beginning was a tree... 2025-01-22 07:58:32 -08:00
help_entries.py In the beginning was a tree... 2025-01-22 07:58:32 -08: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.py In the beginning was a tree... 2025-01-22 07:58:32 -08:00
version1.ev Adding a batchcommands file with descriptions 2025-02-12 22:37:19 -08: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.