Built as a project for the Software Development 1 course at Stuttgart Media University.
Description
This project is a streamlined version of the well-known dice game, Yahtzee, developed in Java. It operates via the command line, where players roll five dice to achieve specific combinations. Each player has the opportunity to roll the dice thrice and must select a combination after the third roll. The game supports multiple players and automatically computes the scores.
Reflection
This project was a great way to apply the Java knowledge I've gained in the last few months. It was also a good opportunity to practice the principles of object-oriented programming and work with different data structures. I'm very happy with the result and enjoyed the process of developing this game!