A reusable, XML-driven turn-based 2D game framework written in C#
To run the simulation, use the following command inside the TurnBasedFramework directory:
dotnet test --logger "console;verbosity=detailed"Requires Doxygen installed and on PATH:
doxygen Doxyfile
# Open docs/html/index.html in a browserThe .csproj includes packaging metadata. To produce a .nupkg:
dotnet pack -c Release
# Output: bin/Release/TurnBasedFramework.1.0.0.nupkg