forms dice game
- ASP.NET C#
- Web forms
- Proto.io
The classic dice game was reimagined in Snakes’ Eye, a multiplayer web-based game developed using ASP.NET C# and Web Forms. Built as part of a group project for the Application Programming course, the game was designed to be played either against another user or an AI opponent, with a unique set of rules that made gameplay both fun and challenging.
Development began with a low-fidelity prototype that mapped out the key screens: menu, gameplay, and the win/loss scoreboard. Using ASP.NET's drawing functions, graphical dice were rendered, and the gameplay logic was implemented to align with the rules outlined in the project specification. The web interface allowed players to roll dice, track scores, and progress through a series of games.
A standout feature of the project was the AI opponent, which was programmed to follow strategic rules, calculate cumulative scores, and keep a running record of wins and losses. The final product included dynamic score tracking and end-of-session summaries, providing a complete and engaging user experience. The project demonstrated both teamwork and proficiency in applying ASP.NET Web Forms for interactive applications.
related links:
GitHub