Skip to content

KRDMTech/Yahtzee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 will always be hosted on AppHarbor.

Yahtzee Demo

Building

The solution can be built with Visual Studio 2013 Community Edition out of the box. LocalDB 2014 is required for the Entity Framework powered auth bits. Everything else should be downloaded from Nuget automatically as long as you're using the latest VS service pack and Nuget 2.7 or better.

The unit tests can be run with the NUnit test runner.

License

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

About

A single player dice game built with C# and SignalR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 50.0%
  • JavaScript 47.1%
  • HTML 1.7%
  • CSS 1.2%