Initial version

This commit is contained in:
csd4ni3l
2025-04-13 17:28:27 +02:00
parent bc9ccd6ae5
commit 28e61c418f
16 changed files with 855 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "ShatterStack"
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"]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "gui/controller" }