- The dealer and player each roll three dice.
- The outcome is determined by the combination of the dice.
- If the player wins, the payout is calculated by the score of the role.
- If the player loses, the bet is lost.
- If the role a has negative score, the player loses the bet multiplied by the score.
Role | Dice Combination | Score |
---|---|---|
Pinzoro | 1 - 1 - 1 (A triplet of ones) | 5 |
Triplet | 2 - 2 - 2 / 3 - 3 - 3 / 4 - 4 - 4 / 5 - 5 - 5 / 6 - 6 - 6 | 3 |
Jigoro | 4 - 5 - 6 (A straight of 4, 5, 6) | 2 |
Normal | e.g., 2 - 2 - 5 | 1 |
No Role | e.g., 2 - 4 - 6 | -1 |
Hifumi | 1 - 2 - 3 (A straight of 1, 2, 3) | -2 |
Triplet: The higher number wins. (e.g., 6 - 6 - 6 > 3 - 3 - 3) Normal:
- The higher unique number wins. (e.g., 2 - 2 - 4 > 5 - 5 - 1)
- If the unique numbers are the same, the higher total wins. (2 - 6 - 6 > 2 - 3 - 3)
- Fork the repo by clicking the fork logo the on top right
- Clone the repo
git clone [email protected]:AseanK/beginner-python-games.git
- Head to the checkers folder
- Run the file using python command
python chin_chiro.py