generated from mwc/lab_dice
Added is_three_of_a_kind and is_four_of_a_kind
Checkpoint 1: The first thing that comes to my mind, along the same vein as the Die objects, is a deck of cards. You could create a deck of Card objects and deal hands to simulate poker or blackjack.
This commit is contained in:
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
packages = [{include = "lab_dice"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.10"
|
||||
click = "^8.1.6"
|
||||
tqdm = "^4.66.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user