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

https://github.com/daniel-sc/bratwurm-probabilities

Computing probabilities for the game "Heckmeck am Bratwurmeck"
https://github.com/daniel-sc/bratwurm-probabilities

dice probability

Last synced: about 1 year ago
JSON representation

Computing probabilities for the game "Heckmeck am Bratwurmeck"

Awesome Lists containing this project

README

          

# Probabilities for the game "Bratwurm"

## Setup
```
npm install
./node_modules/.bin/tsc #re-run after every change!
```

## Executing

### Probabilies for misthrow for any given situation

```
node bratwurm/fehlwurfTable.js
```

### Probabilities to reach exactly \[at least] a specific target value

```
node bratwurm/probabilityForTargetTable.js [sum]
```