Welcome to GuardiansWorlds.com
 
 

  User Info Box

Anonymous
3.15.214.244
Nickname:

Password:

Security Code:
Security Code
Type Security Code:


User Stats:
Today: 0
Yesterday: 0
This Month: 0
This Year: 0
Total Users: 117
New Members:
Online Now:
  Guests: 256
3.15.xxx.xxx
18.220.xxx.xxx
13.59.xx.x
3.144.xxx.xxx
18.119.xxx.xxx

  Total Online: 256
Server Time:
Dec 28, 2024
09:42 am UTC
 

  Modules/Site Links

· Home
· Bible-MM
· Birds-MM
· Car_Show-MM
· Christmas-MM
· Content
· Domaining-MM
· Downloads
· Drugs-MM
· Event Calendar
· FAQ
· Feedback
· Fish-MM
· Gambling_Guide-MM
· Guardians Worlds Chat
· HTML_Manual
· Internet_Traffic_Report
· IP_Tracking Tool
· Journal
· Members List
· Movies-MM
· Music_Sound-MM
· NukeSentinel
· PHP-Nuke_Tools
· PHP_Manual-MM
· PING Tool
· Private Messages
· Recommend Us
· Reptiles-MM
· Search
· SEO_Tools
· Statistics
· Stories Archive
· Submit News
· Surveys
· Top 30
· Topics
· Visitor Mapping System
· Web Links
· Webcams
· Web_Development-MM
· YahooNews
· YahooPool
· Your Account
 

  Categories Menu

· All Categories
· Camaro and Firebird
· FTP Server
· New Camaro
· News
· Online Gaming
 

  Survey

Which is your favorite generation Camaro or Firebird?

1st Gen. 67-69 Camaro
2nd Gen. 70-81 Camaro
3rd Gen. 82-92 Camaro
4th Gen. A 93-97 Camaro
4th Gen. B 98-2002 Camaro
1st Gen. 67-69 Firebird
2nd Gen. 70-81 Firebird
3rd Gen. 82-92 Firebird
4th Gen. A 93-97 Firebird
4th Gen. B 98-2002 Firebird



Results
Polls

Votes: 66
Comments: 0
 

  Cluster Maps

Locations of visitors to this page
 

  Languages

Select Interface Language:

 

 
  Pig

Gambling Guide

Pig

Back | Home | Up | Next


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™, Pig Dice™, and Skunk™. Pig is commonly used by mathematics teachers to teach probability concepts.

Contents

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 decisions:

  • 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 Interactive Mathematics Program uses The Game of Pig as the core example for its Year 1 probability curriculum, and offers a downloadable Pig simulation tool to test simple strategies for long term scoring. Similar curricular materials are available on the NZMaths Statistics Web-site. A more comprehensive 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 Computer Science Resources for the Game Pig and/or the following journal publication:

Todd W. Neller, Clifton G.M. Presser, Ingrid Russell, Zdravko Markov. 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 Solving the Dice Game Pig: an introduction to dynamic programming and value iteration.

Optimal Play

Optimal play for 2-player Pig Optimal play for 2-player Pig

Optimal play for 2-player Pig was computed by Todd W. Neller and 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 Game of Pig website, and:

Analyses of many 2-dice variants are available in:

A 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.
    • Doubles 1s are bad: all points are lost.
    • All doubles are good: twice the amount added to the turn total, except double 1s add 25 points.
  • 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 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 Skunk, 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 jeopardy dice games (Reiner Knizia. Dice Games Properly Explained. Elliot Right-Way Books, Brighton Road, Lower Kingswood, Tadworth, Surrey, KT20 6TD U.K., 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. Twenty-One (die variant of Blackjack), Macao (R. Knizia. Dice Games Properly Explained. 1999)).


Home | Up | Backgammon | Battle dice | Bau cua ca cop | Big and small | Bunco | Button Men | Cee-lo | Chingona | Cho-han bakuchi | Chuck-a-luck | Cootie | Cosmic Wimpout | Craps | Crown and anchor | Dice | Dice 10000 | Dice control | Diceland | Don't Go To Jail | Dragon Dice | Dudo | Farkel | Hazard | Kismet | Kuriki | Liar's dice | Mia | Mexico | Mr. Three | Passe-dix | Petals Around the Rose | Pig | Shut the Box | Sic bo | Tablero da Gucci | Threes | Under Over | Yahtzee | Zonk

Gambling Guide, by MultiMedia

This guide is licensed under the GNU Free Documentation License. It uses material from the Wikipedia.

 
 


 
  Disipal DesignsAnti-Spam
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2002 by me.
You can syndicate our news using the file backend.php or ultramode.txt This site contains info,links,chat,message board/forum for online games,gaming,other features.Check out my servers and stats for Killing Floor, Quake3 Rocket Arenas & Deathmatch,Trade Wars 2002 & FTP server.Camaro/Firebirds, car info.