Skip to content

peippo/yahtzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner image

Yahtzee! .JS

Yahtzee dice game in Javascript - my first real programming project.

The objective of Yahtzee is to get as many points as possible by rolling five dice and getting certain dice combinations.

The game consists of 13 rounds. The round starts by rolling all the dice. After this either score the current roll, or re-roll any or all of the five dice. The dice can be rolled a total of three times — the initial roll, plus two re-rolls of any or all dice. After rolling three times, the roll must be scored. Any roll can be scored in any category at any time, even if the resulting score is zero. The game continues until all 13 score categories have been filled.

Rules on Wikipedia