generated from mwc/project_game
updated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "project-game"
|
||||
name = "blackjack"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
description = "draw cards or "hit" and see if you have a more points than the dealer hand. "
|
||||
authors = [
|
||||
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
|
||||
]
|
||||
@@ -12,6 +12,14 @@ dependencies = [
|
||||
"retro-games (>=1.1.0,<2.0.0)"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
play = "game:play"
|
||||
|
||||
[tool.retro]
|
||||
author = "jacob"
|
||||
description = "draw cards or "hit" and see if you have more points than the dealer hand."
|
||||
instructions = "draw cards and make sure not to have more than 21 points or a lower total amount of points than the dealer."hit" when you are cofident with your cards to see if you win the round"
|
||||
result_file = "result.json"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
@@ -19,3 +27,4 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user