First commit from game template

This commit is contained in:
csd4ni3l
2025-10-13 11:07:58 +02:00
commit 2fde952e58
20 changed files with 1897 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "logical-signals"
version = "0.1.0"
description = "logical-signals"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"pypresence>=4.3.0",
]