Yahtzee is a dice game by Milton Bradley where the goal is to make certain combinations of dice to get the highest point total. This is a single-player browser based implemention built with C#, ASP.NET MVC 5, and SignalR.
The current dev branch is hosted an Azure App Service.
The solution can be built with Visual Studio 2019 Community Edition.
The unit tests can be run inside Visual Studio with the XUnit runner.
Entity Framework 6 code-first migrations can be run against a recent version of SQL Server.
All original code is licensed under the MIT license. See license.txt for the full text.