feat: initial game logic

This commit is contained in:
2025-11-16 15:13:13 -05:00
Unverified
parent be4e18323a
commit 41b8906f86
4 changed files with 186 additions and 20 deletions

View File

@@ -11,4 +11,5 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
anyhow = "1.0.100"
anyhow = "1.0.100"
rand = "0.9.2"