Initial commit from game template + some starting work

This commit is contained in:
csd4ni3l
2025-11-27 17:20:24 +01:00
commit 4fc55f4b64
21 changed files with 2017 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "ember-keeper"
version = "0.1.0"
description = "Ember Keeper"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade>=3.3.3",
"pypresence>=4.3.0",
]