Pig (dice)

Pig (dice)

Pig is a simple folk jeopardy dice game first described in print by John Scarne in 1945 (Scarne, John. 1945. Scarne on Dice. Harrisburg, PA: Military Service Publishing Co.). As with many games of folk origin, Pig is played with many rule variations. Commercial variants of Pig include Pass the Pigs, [http://www.boardgamegeek.com/game/11022 Pig Dice] , and [http://www.boardgamegeek.com/game/3425 Skunk] . Pig is commonly used by mathematics teachers to teach probability concepts.

Basic Rules

Each turn, a player repeatedly rolls a die until either a 1 is rolled or the player holds and scores the sum of the rolls (i.e. the turn total). At any time during a player's turn, the player is faced with two options:
*roll - If the player rolls a
**1: the player scores nothing and it becomes the next player's turn.
**2 - 6: the number is added to the player's turn total and the player's turn continues.
*hold - The turn total is added to the player's score and it becomes the next player's turn.

The first player to score 100 or more points wins.

Example Play

For example, the first player, Ann, begins a turn with a roll of 5. Ann could hold and score 5 points, but chooses to roll again. Ann rolls a 2, and could hold with a turn total of 7 points, but chooses to roll again. Ann rolls a 1, and must end her turn without scoring. The next player, Bob, rolls the sequence 4-5-3-5-5, after which he chooses to hold, and adds his turn total of 22 points to his score.

Teaching Mathematics and Computer Science

Pig often serves as a simple, fun example for teaching probability concepts from the middle school level upwards. For example, the [http://www.mathimp.org/index.html Interactive Mathematics Program] uses [http://www.mathimp.org/curriculum/pig.html The Game of Pig] as the core example for its [http://www.keypress.com/catalog/products/textbooks/Prod_IMP.html Year 1 probability curriculum] , and offers a [http://www.mathimp.org/curriculum/pig.html downloadable Pig simulation tool] to test simple strategies for long term scoring. Similar curricular materials are available on the [http://www.nzmaths.co.nz/Statistics/Probability/greedypig.htm NZMaths Statistics Web-site] . A more comprehensive [http://cs.gettysburg.edu/projects/pig/piglinks.html list of online Pig teaching resources] is also available.

Pig also provides many valuable exercises for teaching Computer Science in areas ranging from introductory courses to advanced machine learning material. See [http://cs.gettysburg.edu/~tneller/resources/pig/ Computer Science Resources for the Game Pig] and/or the following journal publication:

:Todd W. Neller, Clifton G.M. Presser, Ingrid Russell, Zdravko Markov. [http://cs.gettysburg.edu/~tneller/papers/ccscne06.pdf Pedagogical Possibilities for the Dice Game Pig] . Journal of Computing Sciences in Colleges, vol. 21, no. 6, pp. 149–161, June 2006.

A guide to computing optimal play for Pig and similar games is freely available as the NSF-sponsored project [http://cs.gettysburg.edu/~tneller/nsf/pig/ Solving the Dice Game Pig: an introduction to dynamic programming and value iteration] .

Optimal Play

play for 2-player Pig was computed by Todd W. Neller and [http://cs.gettysburg.edu/projects/pig/pigVis.html visualized] by Clifton G. M. Presser in 2001. The figure to the right visualizes optimal play. At any time, the relevant decision information includes the player's score, the opponent's score, and the turn total. Such information corresponds to a 3D point in the graph's space. If this point is inside the gray solid, the player should roll. Otherwise, the player should hold.

Details of the analysis are available from the [http://cs.gettysburg.edu/projects/pig/ Game of Pig] website, and:
*Todd W. Neller and Clifton G.M. Presser. [http://cs.gettysburg.edu/~tneller/papers/ccscne06.pdf Optimal Play of the Dice Game Pig] , The UMAP Journal 25(1) (2004), pp. 25–47.

Analyses of many 2-dice variants are available in:
*Todd W. Neller and Clifton G.M. Presser. [http://cs.gettysburg.edu/~tneller/papers/pig+.pdf Pigtail: A Pig Addendum] , The UMAP Journal 26(4) (2005), pp. 443–458.

A [http://cs.gettysburg.edu/projects/pig/piggame.html Pig applet] with an optimal computer opponent is also available.

Rule Variations

Common rule variations include:
*Two dice: two dice are rolled instead of one.
** Double 1s are bad: all points are lost. (See "Two Dice Pig" below)
** All doubles are good: twice the amount added to the turn total, except double 1s add 25 points. (See "Big Pig" below)
*Any number of dice ("Hog" variation): the player rolls only once per turn with an arbitrary number of dice.
*6 is bad: a roll of 6 is treated as a roll of 1.

A more comprehensive [http://cs.gettysburg.edu/projects/pig/piglinks.html list of Pig rule variations] is also available. Below are a few variations in detail.

Two-Dice Pig

This variation is the same as Pig, except:
*Two standard dice are rolled. If neither shows a 1, their sum is added to the turn total.
*If a single 1 is rolled, the player scores nothing and the turn ends.
*If two 1s are rolled, the player’s entire score is lost, and the turn ends.

Big Pig

This variation is the same as Two-Dice Pig, except:
*If two 1s are rolled, the player adds 25 to the turn total.
*If other doubles are rolled, the player adds twice the value of the dice to the turn total.

SKUNK

Not to be confused with the commercial game [http://www.boardgamegeek.com/game/3425 Skunk] , [http://illuminations.nctm.org/index_d.aspx?id=248 SKUNK] (a.k.a. THINK) is a variation of Two-Dice Pig that is played with large groups. Rather than rolling in turn, all players begin the round standing. At any point in the round, a player may hold by sitting down. The round continues until a 1 is rolled, or all players have sat down.

Skunk is played in five rounds, and scoring is recorded in a 5-column table with columns labeled with the letters of the word "SKUNK". The first round score is entered in the "S"-column, the next in the first "K"-column, and so on. After five rounds, the highest-scoring player is the winner.

Jeopardy Dice Games

Pig is one of a family of dice games called [http://www.boardgamegeek.com/geeklist.php3?action=view&listid=2700 "jeopardy dice games"] (Reiner Knizia. Dice Games Properly Explained. Elliot Right-Way Books, Brighton Road, Lower Kingswood, Tadworth, Surrey, KT20 6TD UK, 1999).For jeopardy dice games, the dominant type of decision is whether or not to jeopardize previous gains by rolling for potential greater gains. Most jeopardy dice games can be further subdivided into two categories: "jeopardy race games" and "jeopardy approach games". In jeopardy race games, the object is to be the first to meet or exceed a goal score (e.g. Pig, Pass the Pigs, Cosmic Wimpout, Can't Stop). In jeopardy approach games, the object is most closely approach a goal score without exceeding it (e.g. [http://homepage.ntlworld.com/dice-play/Games/TwentyOne.htm Twenty-One] (die variant of Blackjack), Macao (R. Knizia. Dice Games Properly Explained. 1999)).

External links

* [http://cs.gettysburg.edu/projects/pig/ The Game of Pig website]
* [http://www.abluestar.com/blog/pig-the-classic-dice-game-of-probability/ How to play Pig and a brief history] and other games.
* [http://www.abluestar.com/utilities/pig/ Online version of Pig]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Pig (disambiguation) — A pig is an animal. Pig, pigs, piggy or swine may also refer to:* Guinea pig * Humber Pig, a military vehicle most notably used in Northern Ireland * Pig (pipeline), a device for inspection, cleaning, product separation or other purposes * Pig… …   Wikipedia

  • Dice game — Dice games are games that use or incorporate a die as their sole or central component, usually as a random device.Dice gamesThe following are games which largely, if not entirely, depend on dice: * Backgammon * Catan Dice Game * Cee lo * Chingona …   Wikipedia

  • Pig Latin — Saltar a navegación, búsqueda El pig latin (latín de los cerdos) es un juego con el idioma inglés. Buenos días en pig latin se dice oodgay orningmay. El pig latin lo usan los niños para divertirse o para conversar secretamente sobre adultos u… …   Wikipedia Español

  • An Elephant Makes Love to a Pig — Episodio de South Park Episodio nº 5 Temporada 1 Escrito por Trey Parker Matt Stone Dirigido po …   Wikipedia Español

  • List of dice games — Two standard six sided pipped dice with rounded corners …   Wikipedia

  • That'll do, pig — Episodio de Gilmore Girls Episodio nº 10 Temporada 3 Escrito por Sheila R. Lawrence Dirigido por …   Wikipedia Español

  • Benumb / Pig Destroyer — Infobox Album | Name = Benumb / Pig Destroyer Split Type = studio Artist = Benumb and Pig Destroyer Released = 2002 Recorded = Genre = Deathgrind Length = Label = Robot Empire Producer = Reviews = Last album = Prowler in the Yard (2001) This… …   Wikipedia

  • Pass the Pigs — is a commercial version of the dice game, Pig. Pass the Pigs was originally published under the name Pig Mania. Rules Each turn involves one player throwing two model pigs, each of which has a dot on one side only. The player will have points… …   Wikipedia

  • Anexo:Todos los Personajes de Harry Potter — Se ha sugerido que este artículo o sección sea fusionado en Anexo:Personajes de Harry Potter (discusión). Una vez que hayas realizado la fusión de artículos, pide la fusión de historiales aquí …   Wikipedia Español

  • Todos los Personajes de Harry Potter — Anexo:Todos los Personajes de Harry Potter Saltar a navegación, búsqueda J.K. Rowling es la autora de la saga de Harry Potter. En la serie Harry Potter , escrita por J.K. Rowling, Hay mas de 600 personajes, acontinucacion estan todos. Esta lista… …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”