I will finish the rest of the project at home

This commit is contained in:
kdang
2026-01-16 09:36:38 -05:00
parent 267fffa9b0
commit 98f6f2716c
8 changed files with 32 additions and 24 deletions

View File

@@ -1,9 +1,9 @@
[project]
name = "project-game"
name = "fruit-catcher"
version = "0.1.0"
description = ""
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
{name = "Kayden Dang, Connor ",email = "chris@chrisproctor.net"}
]
license = {text = "MIT"}
readme = "README.md"
@@ -12,6 +12,14 @@ 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"]