A simple .NET MAUI mobile app that simulates a 2-player dice game.
Players take turns rolling a dice until one reaches 20 points or more.
- Two player support
- Turn-based dice rolling
- Random dice image updates (
dice1.png→dice6.png) - Winner announcement
- Reset button to restart the game
- .NET 9 SDK
- Visual Studio 2022 (with .NET MAUI workload)
- Android Emulator or Windows Machine
- dotnet build
- dotnet build -t:Run -f net9.0-windows10.0.19041.0