generated from mwc/project_game
I will finish the rest of the project at home
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user