WarhammerCombatMathLibrary is a set of library files designed to assist with calculating combat math for Warhammer 40k. This library aims to provide tools and functions to streamline and enhance the accuracy of combat calculations in the game.
- Combat Calculations: Functions to calculate various combat scenarios and outcomes.
- Probability Analysis: Tools to analyze the probability of different combat results.
- Customizable Parameters: Easily adjust parameters to fit different units and scenarios.
- Efficient Algorithms: Optimized for performance to handle complex calculations quickly.
To use the WarhammerCombatMathLibrary, clone the repository and include the library files in your project:
git clone https://github.com/loganmj/WarhammerCombatMathLibrary.git
The library is also published as a NuGet package. You can install it using the NuGet Package Manager in Visual Studio or via the command line:
dotnet add package WarhammerCombatMathLibrary
For more details, visit the NuGet package page.
Contributing We welcome contributions to enhance the library. To contribute:
Fork the repository. Create a new branch (git checkout -b feature-branch). Make your changes and commit them (git commit -m 'Add new feature'). Push to the branch (git push origin feature-branch). Create a pull request. License This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
Contact For any questions or feedback, please open an issue on the repository or contact the maintainer.