Files
project_game/pyproject.toml

30 lines
756 B
TOML

[project]
name = "fruit-catcher"
version = "0.1.0"
description = ""
authors = [
{name = "Kayden Dang, Connor ",email = "chris@chrisproctor.net"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"retro-games (>=1.1.1,<2.0.0)"
]
[project.scripts]
play = "game:play"
[tool.retro]
authors = "Kayden, Connor"
description = "Use your buttons to help the catcher catch the falling fruits. Don't drop too many fruits!"
instructions = "SCore as many points as possible before losing by using the two designated buttons to move left and right."
result_file = "result.json"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false