Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitogh/dice-game
Android Game for the teamtreehouse.com contest
https://github.com/mitogh/dice-game
android dice-game game java
Last synced: 9 days ago
JSON representation
Android Game for the teamtreehouse.com contest
- Host: GitHub
- URL: https://github.com/mitogh/dice-game
- Owner: mitogh
- License: mit
- Created: 2014-03-10T21:51:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T04:11:30.000Z (over 7 years ago)
- Last Synced: 2024-10-10T00:41:28.097Z (27 days ago)
- Topics: android, dice-game, game, java
- Language: Java
- Size: 8.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dice Game #
## Game Rules: ##
The dice game is called "Pig" and is a simple two-player game. The rules and more information about the game can be found [here on its Wikipedia page](http://en.wikipedia.org/wiki/Pig_%28dice_game%29), but the simple rules are as follows:
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, they score nothing and it becomes the next player's turn.
- If the player rolls any other number, it is added to their turn total and the player's turn continues.
- If a player chooses to "hold", their turn total is added to their score, and it becomes the next player's turn.The first player to score 100 or more points wins.
# Maintenance
This project is no longer maintained.