Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 919 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 919 Bytes

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.