Web app to replace the physical might decks with a digital version when playing the boardgame "Oathsworn: Into the Deepwood".
Features of this digital implementation:
- managing card draws and deck reshuffling
- displyaing the remaining blanks and crits in each deck
- displaying the probability for a hit for any combination of cards to be drawn from the four decks
- displaying the expected value for the damage drawn
- for the individual decks, i.e., the expected value for the next card drawn from each individual deck
- for any combination of cards to be drawn from the four decks
Special thanks to DrDonik for exploring the statistics of the app!
- Demo link 1
- Demo link 2 (DrDonik Version with more statistics)
In the project directory, you can run:
bun run start
bun run test
bun run build
bun run deploy