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"
- Host: GitHub
- URL: https://github.com/daniel-sc/bratwurm-probabilities
- Owner: daniel-sc
- Created: 2019-12-31T12:23:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T11:06:38.000Z (over 3 years ago)
- Last Synced: 2025-03-20T11:42:30.177Z (about 1 year ago)
- Topics: dice, probability
- Language: TypeScript
- Homepage: http://heckmeckbuch.nutsaboutstats.com
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```