Commit graph

3 commits

Author SHA1 Message Date
269026259c
Add PlayerData TypedDict to fix type errors 2026-02-07 22:13:27 -05:00
485302fab3
Add store module with SQLite account persistence
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.
2026-02-07 21:42:07 -05:00
541415e011 Add first generation 2026-02-07 09:45:48 -05:00