Info
Version: | 1.0.0 |
Author(s): | Chris Wagner, Ed Ropple, John Mitchell |
Last Update: | Tuesday, September 20, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/m1tche11j/DiceNotation |
NuGet Url: | https://www.nuget.org/packages/DiceNotation.CoreClass |
Install
Install-Package DiceNotation.CoreClass
dotnet add package DiceNotation.CoreClass
paket add DiceNotation.CoreClass
DiceNotation.CoreClass Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 1.0.0)
Tags
It can be used to turn strings like "6d4k2 + 12" into actionable dice rolls and, using DiceNotation's `MinDieRoller` and `MaxDieRoller`, can easily compute the full range as well. This is a fork to support .NET Core from the origin EdCanHack repository.