A simple craps style game written in C++/Qt.
Work in progress to help me learn. Used Qt 5.12.8 to build the Ui. The game is modeled off casino craps. Currently there is functional pass and don't pass line bets with point, place bets and onetime bets, repeat last bet buttons. A 7 rolled clears the table.
🎲Deposit your play funds and roll the dice🎲
- Add pass & don't pass odds bets, 3-4-5 game
- Add multi outcome bets ie: any crap, horn, hi lo, field
- Clean stuff up, might have some redundancies
- Add pop up at the start with how to play and rules
- Fix maximize to make full screen
- Button colors don't work when built
- Further intergrations
- Download and install Qt Creator (https://www.qt.io/download-open-source/)
- Open Qt Creator, File > Open File or Project... > Locate
CMakeLists.txt
and open it - Click Run
You can also build without Qt Creator,
- Install dependencies
sudo apt update
sudo apt install build-essential cmake
sudo apt install --no-install-recommends qtbase5-dev qttools5-dev libqt5svg5-dev
- Download repo & build
git clone https://github.com/SixofClubsss/SoCraps.git
cd SoCraps
cmake CMakeLists.txt
make
- Start app
./SoCraps