Add music and effects

This commit is contained in:
2026-03-12 07:46:27 -06:00
parent b637967823
commit 009527dc89
6 changed files with 159 additions and 5 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "snake"
version = "0.1.0"
description = "Snake"
authors = [
{name = "Matthew Reschke",email = "mail@mreschke.com"}
]
license = {text = "MIT"}
requires-python = ">=3.12"
dependencies = [
"pygame (>=2.6.1,<3.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"