dkmud/world
Francesco Cappelli 5ef1b78c42 sistemati spells
2022-02-17 18:33:26 +01:00
..
batches altri bugfix. 2022-01-25 23:31:04 +01:00
__init__.py commit iniziale. 2022-01-10 14:42:13 +01:00
batch_cmds.ev commit iniziale. 2022-01-10 14:42:13 +01:00
prototypes.py altri bugfix. 2022-01-25 23:31:04 +01:00
README.md commit iniziale. 2022-01-10 14:42:13 +01:00
recipes_base.py altri bugfix. 2022-01-25 23:31:04 +01:00
spells.py sistemati spells 2022-02-17 18:33:26 +01:00
tutorial_prototypes.py da da da. 2022-01-25 22:23:39 +01:00

world/

This folder is meant as a miscellanous 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.