31


The default game, to call this game using -g or --game please use:

$ ./gufygames.py -1 gmike -g _31 

Being the default game, -g or --game can be omitted, this will start 31:

$ ./gufygames.py -1 gmike

Official Rules: Pagat.com Scar or 31


The goal of the game is to get a total of 31 in the same suit in your hand.

Players are dealt 3 cards facedown. Then the top card of the deck is drawn and starts the discard pile.

At the start of each players turn, they can do one of three things:

dd  -  Draw A card from the deck.
df  -  Draw the top card from the discard pile
hit -  The player thinks they have the highest hand and hits, ending the game.  Player with the highest score wins.

If the player drew a card, then they must discard a card from their hand and end of their turn.

Players rotate turns this way till someone hits.


Cards are valued this way:

  • Ace = 11
  • King = 10
  • Queen = 10
  • Jack = 10
  • 10 = 10
  • 9 = 9
  • 8 = 8
  • 7 = 7
  • 6 = 6
  • 5 = 5
  • 4 = 4
  • 3 = 3
  • 2 = 2