Skip to content

Commit

Permalink
Small changes for the game rules
Browse files Browse the repository at this point in the history
  • Loading branch information
an4s911 committed Jul 28, 2023
1 parent 686ff6d commit 6e0bdc8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,13 @@ <h3>Rules for the Computer's Turn:</h3>

<ul>
<li>The computer rolls the dice automatically and follows the same rules as you.</li>
<li>If the computer rolls a 1, its current turn score resets to 0, just like yours.</li>
<li>If the computer rolls two 1's, its total score resets to 0, and its turn ends.</li>
<li>If the computer rolls a 1, its current turn score resets to 0, just like yours. If the computer
rolls two 1's, its total score resets to 0, and its turn ends.</li>
<li>The computer has a strategic advantage: if it reaches a current turn score of 20 or more, it turns
over its dice, adding the turn score to its total score, and then continues its turn.</li>
<li>The game ends immediately if the computer's total score reaches 100 or more, and the computer
emerges as the winner.
</li>
</ul>

<p>Get ready for a fun and competitive gaming experience with DiceGame!</p>
Expand Down

0 comments on commit 6e0bdc8

Please sign in to comment.