https://github.com/eneax/pig_game
🐷 Pig is a simple game you can play with a single 6-sided die
https://github.com/eneax/pig_game
abril-fatface dice favicon font-awesome html-css javascript javascript-game lato pig pig-dice pig-dice-game pig-game
Last synced: 3 months ago
JSON representation
🐷 Pig is a simple game you can play with a single 6-sided die
- Host: GitHub
- URL: https://github.com/eneax/pig_game
- Owner: eneax
- Created: 2018-01-24T13:49:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T20:56:38.000Z (over 6 years ago)
- Last Synced: 2025-02-14T16:02:10.044Z (5 months ago)
- Topics: abril-fatface, dice, favicon, font-awesome, html-css, javascript, javascript-game, lato, pig, pig-dice, pig-dice-game, pig-game
- Language: CSS
- Homepage: https://eneax.github.io/Pig_Game
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pig (dice game)
The dice game Pig is considered a "jeopardy game", where you risk all your points to see if you can win more.
The numbers on the die, except for "1", represent points that the player can accumulate.# Gameplay
Each turn, a player repeatedly rolls a die until either a "1" is rolled or the player decides to "hold":
- If the player rolls a "1", he/she scores nothing and it becomes the next player's turn.
- If the player rolls any other number, it is added to his/her turn total score and the player's turn continues.
- If a player chooses to "hold", his/her turn total score is added to the global score, and it becomes the next player's turn.The first player to score 100 or more points wins.