A detailed roguelike in console.
Explore the region :
Discuss with NPCs :
Fights various enemies :
cd Roguelike.Core.Tests
dotnet test --collect:"XPlat Code Coverage"Coverage results will be saved under: TestResults/<GUID>/coverage.cobertura.xml
reportgenerator -reports:TestResults/**/coverage.cobertura.xml -targetdir:coveragereportThe report will be generated in coveragereport/index.html
start coveragereport/index.htmlopen coveragereport/index.htmlxdg-open coveragereport/index.html

