mud/src/mudlib
Jared Miller 3fe51f2552
Add login and registration flow with server integration
Adds login/registration prompts on connection, database initialization on
startup, and periodic auto-save every 5 minutes in the game loop. Player
state is now tied to authenticated accounts.
2026-02-07 21:42:12 -05:00
..
combat Add data-driven combat system with TOML move definitions 2026-02-07 21:16:12 -05:00
commands Broaden type hints to Entity where applicable 2026-02-07 20:32:15 -05:00
render Add seed-based terrain world with movement and viewport 2026-02-07 13:27:44 -05:00
store Add store module with SQLite account persistence 2026-02-07 21:42:07 -05:00
world Add world cache to speedup startup 2026-02-07 15:00:07 -05:00
__init__.py Add first generation 2026-02-07 09:45:48 -05:00
__main__.py Add debug logs to view negotiations 2026-02-07 10:32:11 -05:00
content.py Add TOML content loader for declarative command definitions 2026-02-07 20:27:29 -05:00
effects.py Add fly command with cloud trail effects 2026-02-07 14:48:42 -05:00
entity.py Add data-driven combat system with TOML move definitions 2026-02-07 21:16:12 -05:00
player.py Add data-driven combat system with TOML move definitions 2026-02-07 21:16:12 -05:00
server.py Add login and registration flow with server integration 2026-02-07 21:42:12 -05:00