Added README.
This commit is contained in:
parent
b5db91addb
commit
83d1e6d2ec
2 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# 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">
|
BIN
example.png
Normal file
BIN
example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
Loading…
Reference in a new issue