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. |
||
|---|---|---|
| .. | ||
| combat | ||
| commands | ||
| render | ||
| store | ||
| world | ||
| __init__.py | ||
| __main__.py | ||
| content.py | ||
| effects.py | ||
| entity.py | ||
| player.py | ||
| server.py | ||