| *C* | 2 3 3 | 1 | *LL | 4 1 3 | 1 | RR* | 6 1 1 | 1 |
| RR* | 4 3 1 | 1 | RC* | 4 1 2 | 2 | RR | 6 1 0 | 2 |
| R** | 5 2 0 | 2 | ** | 5 2 0 | 2 | 5 2 0 | 2 | |
| **C | 4 2 0 | 3 | *R | 4 1 1 | 3 | * | 4 1 1 | 3 |
| R** | 3 2 1 | 3 | ** | 3 2 1 | 3 | R | 4 2 0 | 3 |
| *RR | 2 4 0 | 3 | **C | 2 3 0 | 4 | 2 3 0 | 4 | |
| ** | 2 3 0 | 4 | **L | 3 2 0 | 4 | 3 2 0 | 4 | |
| *LR | 1 3 1 | 4 | *L* | 2 2 1 | 4 | * | 2 2 1 | 4 |
| RC | 0 3 1 | 5 | *** | 0 3 1 | 5 | * | 0 3 1 | 5 |
| 0 3 1 | 5 | L** | 1 2 1 | 5 | * | 1 2 1 | 5 | |
| C | 0 2 1 | 6 | L* | 1 1 1 | 6 | L | 1 2 0 | 6 |
| C | 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. |