Go to file
overtired d6650ea6ef Add more info. 2023-09-29 16:23:44 +03:00
.gitignore Initial commit. 2023-09-29 15:39:10 +03:00
LICENSE Add more info. 2023-09-29 16:23:44 +03:00
README.md Add more info. 2023-09-29 16:23:44 +03:00
dicelib.py Initial commit. 2023-09-29 15:39:10 +03:00
input_assist.py Initial commit. 2023-09-29 15:39:10 +03:00
main.py Initial commit. 2023-09-29 15:39:10 +03:00

README.md

13dice, a dice blackjack-like

A simple dice game that's similar to blackjack.

Running

git clone it and python3 main.py

Rules

Goal

Get to 13 without going over.

Loop

  1. Bet
  2. Roll
  3. Result:
    1. >13 : Bust, lose bet.
    2. =13 : Win, get double bet back.
    3. <13 : Back out, lose half the bet

Dice

Ace

When rolled decide: either 1 or 6

Advanced

When 6 is rolled decide: either 1 or 6

Basic

Rolls 1-6

Blank

When a blank face is rolled decide: either 5 or 6