Installed retro and got a cursor that moves...

Need to do:
-Populate 10 mines randomly
-Have the game end when a mine is selected (figure
out how to select something)
-Figure out an algorithm to reveal squares
-Figure out how to show numbers in revealed
squares
-Add flag functionality?
This commit is contained in:
Cory
2024-05-18 20:24:36 -04:00
parent 6145f70c95
commit cff4129336
5 changed files with 49 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ packages = [{include = "project_game"}]
[tool.poetry.dependencies]
python = "^3.11"
retro-games = "^0.1.2"
[build-system]