Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 656 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 656 Bytes

Yahtzee Game

Yahtzee, a dice game implemented in Java 17.

The dice game Yahtzee is implemented in this project. Yahtzee is played by rolling five dice. The dice can be rolled up to three times in a turn for each player to try to make certain scoring combinations. On the second and third throw of a round, a player can roll only the dice that don't have the numbers he's trying to get.

The objective is to get as many points as possible.

In this project a single-player version of the game is implemented.

Check the scoring combinations and read more about Yahtzee here.