Implements account management with password hashing (pbkdf2_hmac with SHA256) and constant-time comparison. Includes player state serialization for position and inventory persistence across sessions. |
||
|---|---|---|
| .. | ||
| test_ansi.py | ||
| test_combat_commands.py | ||
| test_combat_encounter.py | ||
| test_combat_engine.py | ||
| test_combat_moves.py | ||
| test_commands.py | ||
| test_content_loader.py | ||
| test_effects.py | ||
| test_entity.py | ||
| test_fly.py | ||
| test_import.py | ||
| test_server.py | ||
| test_store.py | ||
| test_terrain.py | ||