Skip to content

Deverver/TurnBasedFramework

Repository files navigation

TurnBasedFramework

A reusable, XML-driven turn-based 2D game framework written in C#

Running the simulated test

To run the simulation, use the following command inside the TurnBasedFramework directory:

dotnet test --logger "console;verbosity=detailed"

Generating Documentation

Requires Doxygen installed and on PATH:

doxygen Doxyfile
# Open docs/html/index.html in a browser

NuGet Packaging

The .csproj includes packaging metadata. To produce a .nupkg:

dotnet pack -c Release
# Output: bin/Release/TurnBasedFramework.1.0.0.nupkg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages