https://github.com/tom-wolfe/5e-combat-simulator
A very basic combat simulator for 5th edition.
https://github.com/tom-wolfe/5e-combat-simulator
Last synced: about 1 year ago
JSON representation
A very basic combat simulator for 5th edition.
- Host: GitHub
- URL: https://github.com/tom-wolfe/5e-combat-simulator
- Owner: tom-wolfe
- License: mit
- Created: 2018-10-03T15:55:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:10:07.000Z (over 3 years ago)
- Last Synced: 2025-03-17T19:35:04.897Z (over 1 year ago)
- Language: TypeScript
- Size: 645 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 5e Combat Simulator
[](https://travis-ci.org/trwolfe13/5e-combat-simulator) [](https://www.codacy.com/app/trwolfe13/5e-combat-simulator?utm_source=github.com&utm_medium=referral&utm_content=trwolfe13/5e-combat-simulator&utm_campaign=Badge_Grade) [](https://www.codacy.com/app/trwolfe13/5e-combat-simulator?utm_source=github.com&utm_medium=referral&utm_content=trwolfe13/5e-combat-simulator&utm_campaign=Badge_Coverage)
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](https://karma-runner.github.io).