55 lines
880 B
Plaintext
55 lines
880 B
Plaintext
|
Okay ceelo is a fun dice game. It is a point-set gambling game, kind of like
|
||
|
craps, but is more simple, and you play it with three six-sided dice.
|
||
|
|
||
|
== ROLLS ==
|
||
|
|
||
|
First, here's what the rolls mean.
|
||
|
|
||
|
1. Win conditions:
|
||
|
|
||
|
- n n n (triples) = instant win.
|
||
|
|
||
|
example: 3 3 3
|
||
|
|
||
|
- 4 5 6 = instant win
|
||
|
|
||
|
- n n 6 (any doubles + 6) = instant win. e.g.
|
||
|
|
||
|
example: 2 2 6
|
||
|
|
||
|
2. Loss conditions:
|
||
|
|
||
|
- n n 1 (any doubles + 1) = instant loss
|
||
|
|
||
|
example: 6 6 1
|
||
|
|
||
|
- 1 2 3 = instant loss
|
||
|
|
||
|
3. Points:
|
||
|
|
||
|
- n n x (doubles + not 6, not 1) = establish a POINT
|
||
|
|
||
|
example: 3 3 4
|
||
|
|
||
|
|
||
|
Reroll:
|
||
|
|
||
|
- anything else = reroll
|
||
|
|
||
|
== PLAY ==
|
||
|
|
||
|
Now, here's how to play.
|
||
|
|
||
|
1. Make a bet against the Bank.
|
||
|
|
||
|
2. The Bank will roll and will either win, lose, or establish a point.
|
||
|
|
||
|
3. If a point is established, you get to roll until you win outright or beat
|
||
|
the point, or lose, or draw.
|
||
|
|
||
|
That's it! Go play!
|
||
|
|
||
|
Press Enter to continue.
|
||
|
|
||
|
|