/Yahtzee

A single player dice game built with C# and SignalR

Primary LanguageJavaScriptMIT LicenseMIT

Yahtzee in C#

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.

Demo

The current dev branch is hosted an Azure App Service.

Yahtzee Demo

Building

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.

License

All original code is licensed under the MIT license. See license.txt for the full text.