Skip to content

Commit

Permalink
Add another rules for the game
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvilar committed Dec 3, 2017
1 parent 62fabaa commit afc61fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
A dice game using pure JavaScript

## Rules
* 2 players needed
* Two players are needed
* A player rolls a dice in each turn as many times as he/she whishes. Each result gets added to his/her current rolled score
* If the player rolls a 1, all his/her current rolled scores will get lost and no results will be added to the main score. After that, it's the next player's turn
* The player can select to 'Hold', which means that his/her current 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!

## Another rules
* If the player rolls the two dices and one of them is equal to 1, all his/her current rolled scores will get lost and no results will be added to the main score. After that, it's the next player's turn
* The player looses his/her rolled scores when he/she rolled two 6 in a row. Then it's the next player's turn
* The players can input a final score (optional) in a text field if they want a score of their own and not the default score, 100


# GOOD LUCK! :)

0 comments on commit afc61fd

Please sign in to comment.