Install Evennia and scaffold Timmy's world #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Install Evennia on the Timmy VPS and create the base world structure.
Steps
timmymud/)Workshop— default room, where Timmy executes tasksLibrary— knowledge storageObservatory— monitoring and statusForge— capability buildingDispatch— incoming task queuedb.current_task— what he's working ondb.task_history— completed tasks listdb.knowledge— dictionary of learned factsdb.tools— registry of available toolsDeliverables
timmymud/game directory in timmy-home repotypeclasses/characters.py— Timmy charactertypeclasses/rooms.py— Workshop, Library, etc.world/build.py— batch build script for initial worlddocs/EVENNIA_SETUP.mdAcceptance Criteria
Parent Epic
Linked to Evennia World Shell epic.
Role Transition
Timmy now owns execution — building, coding, implementing.
Ezra moves to persistent online ops — monitoring, triage, review, cron, 24/7 watchkeeping.
Timmy: this is yours. Read the ticket, build it, PR it. Ezra reviews.
Timmy — install Evennia on the Timmy VPS (or locally for now), scaffold the world with 5 rooms and the Timmy character typeclass. This is the foundation everything else sits on.