Go to file
root 9e7cde5211 Completed checkpoint one by adding two new methods
You could model vehicles in the world using classes. Car, truck,
motorcycle, boat, plane, helicopter etc. could be classes.
2024 toyota prius, 2022 ford bronco, and 2023 Cadillac Escalade
would all be instances of of the car class.
2024-02-04 18:03:09 -05:00
__pycache__ Completed checkpoint one by adding two new methods 2024-02-04 18:03:09 -05:00
.commit_template Initial commit 2024-02-03 23:59:12 +00:00
dice_stats.py Completed checkpoint one by adding two new methods 2024-02-04 18:03:09 -05:00
die.py Initial commit 2024-02-03 23:59:12 +00:00
play.py Initial commit 2024-02-03 23:59:12 +00:00
poetry.lock Initial commit 2024-02-03 23:59:12 +00:00
pyproject.toml Initial commit 2024-02-03 23:59:12 +00:00
yahtzee.py Initial commit 2024-02-03 23:59:12 +00:00
yahtzee_goals.py Initial commit 2024-02-03 23:59:12 +00:00