From 39695c2d928c06742e1cfc2cfccc1d81480c051f Mon Sep 17 00:00:00 2001 From: jandrews Date: Tue, 13 Jan 2026 12:57:09 -0500 Subject: [PATCH] updated --- __pycache__/card.cpython-311.pyc | Bin 1035 -> 1033 bytes card.py | 7 +- dealer.py | 124 +++++++++++++++++++++++++++++-- pyproject.toml | 13 +++- 4 files changed, 131 insertions(+), 13 deletions(-) diff --git a/__pycache__/card.cpython-311.pyc b/__pycache__/card.cpython-311.pyc index 37a300d479d18816f0c8a8aa8888cef9c438af07..c1d319f23c747b79258e21c7d3adc122f2cff04d 100644 GIT binary patch delta 132 zcmeC?=;YvA&dbZi00b#KiJ2aZ8~N5UNk{^@4Gechq-QwJD4OUu#jk^=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 +