Skip to content

Instantly share code, notes, and snippets.

@erichummel
Last active September 8, 2018 00:23
Show Gist options
  • Save erichummel/f07725c0368b1387222219967b577d35 to your computer and use it in GitHub Desktop.
Save erichummel/f07725c0368b1387222219967b577d35 to your computer and use it in GitHub Desktop.
3 player 9 ball (working title: hummelball)
1 point per ball pocketed (scored like straight pool, each player picks a corner on the beads)
Lucky early 9 - 1 Point - shooting player breaks
Called early 9 - 2 points - shooting player breaks
9 on the break is spotted and shooting player gets 1 point and continues shooting
foul on the break, 1 point awarded to each other player, ball in hand for upcoming player
Closing called 9 3 points - shooting player breaks
Foul on the first shot of current player’s inning reverses the order of players and awards 3 points to previous player (who is now the current player with ball in hand)
Foul that pockets any balls results in spotting all those balls pocketed and ball in hand for next player
When scoring, bonus points (9 on break or points for fouls) are pushed through the current rack score for counting purposes
Every 25 points counted on the diamonds with a coin. Races to 50-100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment