Initial commit, based on my game template

This commit is contained in:
csd4ni3l
2025-10-06 17:47:56 +02:00
commit 37db95e342
20 changed files with 1899 additions and 0 deletions

10
pyproject.toml Normal file
View File

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