Project information
- Category: Console application
- Project date: September 2020
- Project URL: DiceGame
- Technologies Used:
- C#
I developed a personal project to simulate a visually appealing console-based version of the strategy game of Yahtzee using C#, to explore my interest in game development.
As this was a very early project in my coding journey, one challenging aspect of this project was designing an intuitive interface for the console. Learning the C# console cursor positioning capabilities and string formatting proved instrumental in creating the 2D dice models as well as the column formatted scoresheet.