DevilsDozen / src /__init__.py
legomaheggo's picture
feat: Initial project setup with complete game engine
2c6b921
raw
history blame contribute delete
183 Bytes
"""
Devil's Dozen - A medieval-themed multiplayer dice game.
This package contains all game logic, database operations,
real-time sync, and UI components.
"""
__version__ = "0.1.0"