feat: complete the game

This commit is contained in:
Stevan Freeborn
2026-05-22 09:34:56 -05:00
parent 6f9672beb5
commit 2ad2dfb6f8
9 changed files with 317 additions and 2 deletions
+4
View File
@@ -7,3 +7,7 @@ requires-python = ">=3.13"
dependencies = [
"pygame==2.6.1",
]
[tool.pyright]
include = ["."]
extraPaths = ["."]