Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvilar committed Dec 3, 2017
1 parent 7d433c1 commit 9c51b27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ A dice game using pure JavaScript

## Rules
* 2 players needed
* A player rolls a dice in each turn as many times as he/she whishes. Each result gets added to his/her current score
* If the player rolls a 1, all his/her roll/s will get lost and no results will be added to his current score. After that, it's the next player's turn
* The player can select to 'Hold', which means that his/her current score gets added to his/her main score. After that, it's the next player's turn
* Any player who will reach 100 points on main score wins the game!
* A player rolls a dice in each turn as many times as he/she whishes. Each result gets added to his/her rolled score
* If the player rolls a 1, all his/her roll/s will get lost and no results will be added to his main score. After that, it's the next player's turn
* The player can select to 'Hold', which means that his/her rolled score gets added to his/her main score. After that, it's the next player's turn
* Any player who will reach 100 points and above on his/her main score wins the game!

# GOOD LUCK! :)

0 comments on commit 9c51b27

Please sign in to comment.