| **C | 2 3 3 | 1 | C*L | 3 1 3 | 2 | L** | 3 2 2 | 2 |
| R*R | 1 4 2 | 2 | C** | 1 3 2 | 3 | *L | 1 4 1 | 3 |
| C | 0 4 1 | 4 | RRR | 0 1 4 | 4 | **C | 0 1 3 | 5 |
| 0 1 3 | 5 | L | 1 0 3 | 5 | CLL | 1 2 0 | 6 | |
| L | 0 2 1 | 6 | *R | 0 1 2 | 6 | RR | 2 1 0 | 6 |
| *C | 1 1 0 | 7 | * | 1 1 0 | 7 | 1 1 0 | 7 | |
| * | 1 1 0 | 7 | * | 1 1 0 | 7 | 1 1 0 | 7 | |
| R | 0 2 0 | 7 |
| Each refresh plays one game of l-c-r. Columns show each player's roll followed by all player's chips and the center pot after that roll. Try more players. View the source. Try my variant, l-c-r-s, where S splits the pot. |