Commit from game template + added basic power line and difficulty selector

This commit is contained in:
csd4ni3l
2025-11-05 19:34:57 +01:00
commit f37c6619d2
22 changed files with 2012 additions and 0 deletions

10
pyproject.toml Normal file
View File

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