add credits, sound, background, fix some bugs

This commit is contained in:
csd4ni3l
2025-04-22 12:34:46 +02:00
parent 28e61c418f
commit fff7ababab
13 changed files with 390 additions and 18 deletions

View File

@@ -4,7 +4,10 @@ version = "0.1.0"
description = "A game where you have to place shapes in lines to get points!"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["arcade", "pillow>=11.0.0", "pypresence>=4.3.0"]
dependencies = [
"arcade",
"pypresence>=4.3.0",
]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "gui/controller" }