Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated download link in README |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9a6c49f164dc5549fea2e340b6d60897 |
User & Date: | murphy 2020-05-11 22:13:04.698 |
Context
2020-06-20
| ||
17:06 | Removed foreign VCS files check-in: 2a75ccbb49 user: murphy tags: trunk | |
2020-05-11
| ||
22:13 | Updated download link in README check-in: 9a6c49f164 user: murphy tags: trunk | |
2020-05-09
| ||
12:27 | Added license information for third-party dependencies check-in: 2b63291cfc user: murphy tags: trunk, v1.0.0 | |
Changes
Changes to README.md.
1 2 3 4 5 6 7 8 9 10 | # README # *DragonDice* is a small utility library that helps with the simulation and statistical evaluation of actions in the [Dungeons & Dragons](https://dnd.wizards.com/) roleplaying game, specifically using the 5th edition of the rules as described in the [Systems Reference Document](https://dnd.wizards.com/articles/features/systems-reference-document-srd). In addition to the core library, a [Telegram](https://telegram.org/) bot exposes the functionality for interactive use. ### Installation ### You can install the *DragonDice* library via [NuGet](https://www.nuget.org/packages/Murphy.DragonDice/) or use the [DragonDice Bot](https://telegram.me/dragon_dice_bot) interactively. | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # README # *DragonDice* is a small utility library that helps with the simulation and statistical evaluation of actions in the [Dungeons & Dragons](https://dnd.wizards.com/) roleplaying game, specifically using the 5th edition of the rules as described in the [Systems Reference Document](https://dnd.wizards.com/articles/features/systems-reference-document-srd). In addition to the core library, a [Telegram](https://telegram.org/) bot exposes the functionality for interactive use. ### Installation ### You can install the *DragonDice* library via [NuGet](https://www.nuget.org/packages/Murphy.DragonDice/) or use the [DragonDice Bot](https://telegram.me/dragon_dice_bot) interactively. To build *DragonDice* from [source](https://chust.org/repos/dragondice/download) you will need an F# 4.5 compiler (or newer) and a .NET development environment. The `.sln` and `.fsproj` files in the source directories should be understood by [.NET Core](https://dotnet.microsoft.com/) command line tools, [MSBuild](https://github.com/Microsoft/msbuild) or IDEs such as [VSCode](https://code.visualstudio.com/), [VisualStudio](https://www.visualstudio.com/), or [Rider](https://www.jetbrains.com/rider/). ### Usage ### Here's a brief example for using the *DragonDice* library: ```.fsharp #r "Murphy.DragonDice" |
︙ | ︙ |