This commit is contained in:
jandrews
2026-01-13 12:57:09 -05:00
parent 5399ffd008
commit 39695c2d92
4 changed files with 131 additions and 13 deletions

View File

@@ -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