Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 531 Bytes

dungeon-explorer

I want to write a small and simple application to estimate battle outcomes in 5th Edition Dungeons & Dragons.

How To Run This

  1. Install the .NET runtime env for your system from here and use either .NET or .NET Core: https://dotnet.microsoft.com/download

  2. Start a new terminal session.

  3. Start program: dotnet run

Tests

Can be found in DungeonExplorer.Tests. To execute them, just dotnet test in the root dir.

Dev Notes

C# Docs: https://docs.microsoft.com/en-us/dotnet/csharp/