roulette-payout/README.md

15 lines
238 B
Markdown
Raw Permalink Normal View History

2024-06-14 19:08:36 +01:00
# Roulette Payout
Choose each player's bets and see how much each player is owed depending on where the ball landed.
## Compilation
`qt6-base` and `qt6-declarative` needed.
```
cmake -B build
cd build
make
```
<img src="example.png">