Ui for Dero Private Poker Table.
Written in C++/Qt. Used Qt 5.12.8 to build the Ui. This app is for playing dReam Tables private poker, built on Dero. The poker table is a smart contract, it deals out the cards and takes the Dero bets. The owner of the table sets the ante/limits and seats at the table then invites players to join.
- Five Card Draw
- Up to six players at the table, minimum bet is ante with single no limit raise.
- Sit & Go play.
- Public listing contract and search function for public tables.
- Auto table generate function in app.
- Automated or manual payouts.
- More to come...
- Dero Address: dero1qyr8yjnu6cl2c5yqkls0hmxe6rry77kn24nmc5fje6hm9jltyvdd5qq4hn5pn
View the latest release or build from source.
Install dependencies
sudo apt update
sudo apt install build-essential qt5-qmake curl libcurl4-openssl-dev
sudo apt install --no-install-recommends qtbase5-dev qttools5-dev libqt5svg5-dev
Download repo & build
git clone https://github.com/SixofClubsss/Dero-Poker-Table.git
cd Dero-Poker-Table/Mainnet-Dero-FiveCardDraw
qmake
make
Start app
./Dero-FiveCardDraw
To build testnet version cd Dero-Poker-Table/Testnet-FiveCardDraw
then qmake
& make