diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3b355e --- /dev/null +++ b/README.md @@ -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 +``` + + diff --git a/example.png b/example.png new file mode 100644 index 0000000..39b816c Binary files /dev/null and b/example.png differ