An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 5e Combat Simulator

[![Build Status](https://travis-ci.org/trwolfe13/5e-combat-simulator.svg?branch=master)](https://travis-ci.org/trwolfe13/5e-combat-simulator) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7d16ce7893e04eb0954c6ccbac22a689)](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) [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/7d16ce7893e04eb0954c6ccbac22a689)](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).