You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The game is a digital version of the popular dice game called "Pig." The goal of the game is to be the first player to reach 100 points. Players take turns rolling a single six-sided die as many times as they wish, adding the value of each roll to their current score for that turn. However, if a player rolls a 1, their turn ends, and their current score for that turn is lost. They can also choose to "hold," which means they add their current score for that turn to their total score, and then it becomes the other player's turn. The first player to reach or exceed 100 points wins the game.
Describe the solution you'd like.
How to Play
1.New Game: Click the "🔄 New game" button to start a new game.
2.Roll Dice: Click the "🎲 Roll dice" button to roll the die.
If you roll a 2-6, the number rolled is added to your current score for that turn.
If you roll a 1, your turn ends and your current score for that turn is reset to 0. It then becomes the other player's turn.
3. Hold: Click the "📥 Hold" button to add your current score for that turn to your total score and pass the turn to the other player.
4. Winning: The first player to reach or exceed 100 points wins the game.
Describe alternatives you've considered.
None
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The game is a digital version of the popular dice game called "Pig." The goal of the game is to be the first player to reach 100 points. Players take turns rolling a single six-sided die as many times as they wish, adding the value of each roll to their current score for that turn. However, if a player rolls a 1, their turn ends, and their current score for that turn is lost. They can also choose to "hold," which means they add their current score for that turn to their total score, and then it becomes the other player's turn. The first player to reach or exceed 100 points wins the game.
Describe the solution you'd like.
How to Play
1.New Game: Click the "🔄 New game" button to start a new game.
2.Roll Dice: Click the "🎲 Roll dice" button to roll the die.
If you roll a 2-6, the number rolled is added to your current score for that turn.
If you roll a 1, your turn ends and your current score for that turn is reset to 0. It then becomes the other player's turn.
3. Hold: Click the "📥 Hold" button to add your current score for that turn to your total score and pass the turn to the other player.
4. Winning: The first player to reach or exceed 100 points wins the game.
Describe alternatives you've considered.
None
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: