Update game to latest template (build script, etc)

This commit is contained in:
csd4ni3l
2025-12-13 16:17:13 +01:00
parent 6a8345bcd9
commit 701fcfd283
7 changed files with 280 additions and 171 deletions

View File

@@ -5,6 +5,6 @@ description = "A game where you have to place shapes in lines to get points!"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"arcade>=3.3.3",
"pypresence>=4.3.0",
]