Skip to content

Web-based dice game similar to the popular game Yahtzee. Each player rolls five dice and hopes for a winning combination.

Notifications You must be signed in to change notification settings

eleanormark/yahtzee-dice-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yahtzeeDiceGame

Web-based dice game similar to the popular game Yahtzee. Each player rolls five dice at a time and hopes for one of the following combinations:

  • Four of a kind, worth the sum of the four dice
  • Full house (three of a kind and a pair), worth 25
  • Straight (five sequential dice), worth 40
  • Yacht (five of a kind), worth 50
  • Three of a kind, worth the sum of the three dice
  • Small straight (four sequential dice), worth 30 points

After the first roll, each player has the option to re-roll some or all of their dice up to two more times to try to get a better hand.

Game is written in JavaScript using jQuery and tested with Mocha and Chai.

About

Web-based dice game similar to the popular game Yahtzee. Each player rolls five dice and hopes for a winning combination.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published