5e-combat-simulator
v1.0.0
Published
A library for simulating combat in D&D 5th Edition.
Downloads
14
Readme
5e Combat Simulator
5e Combat Simulator is a D&D 5e tool to run simplified combat simulations and provide statistics on outcome probabilities.
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Running unit tests
Run npm test
to execute the unit tests via Karma.