A simple single-player CLI implementation of the Liar's Dice game.
Go to file
Stanislav Nikolov fa26d48cc7 Initial commit 2022-08-03 18:39:53 +03:00
.gitignore Initial commit 2022-08-03 18:39:53 +03:00
LICENSE Initial commit 2022-08-03 18:39:53 +03:00
README.md Initial commit 2022-08-03 18:39:53 +03:00
bot_ai.py Initial commit 2022-08-03 18:39:53 +03:00
engine.py Initial commit 2022-08-03 18:39:53 +03:00
main.py Initial commit 2022-08-03 18:39:53 +03:00
pirate_names_generator.py Initial commit 2022-08-03 18:39:53 +03:00
requirements.txt Initial commit 2022-08-03 18:39:53 +03:00
ui.py Initial commit 2022-08-03 18:39:53 +03:00

README.md

Liar's Dice

This is a Python CLI implementation of the Liar's dice game. It provides a simplistic AI, allowing a human player to play against a chosen number of AI opponents. An optional "wild dice" variant is available, whereby the 1-face is considered "wild" - matching the face of the current bid.