13dice/README.md

34 lines
508 B
Markdown

# 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