Ui for Dero Private Poker Table. Written in C++/Qt. Used Qt 5.12.8 to build the Ui. These apps are 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.
- In game Non-Fungible-Assets for customization.
- Holdero (Texas Hold'em)
- Up to six players at the table.
- Can use blinds, antes or a combination of both.
- Sit & Go play.
- Public listing contract and search function for public tables.
- Auto table generate function in app.
- Automated or manual payouts.
- In game Non-Fungible-Assets for customization.
More updates 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/FiveCardDraw
qmake
make
Start app
./Dero-FiveCardDraw
To build Holdero cd Dero-Poker-Table/Holdero
then qmake
& make
the run ./Holdero
To build Testnet version cd Dero-Poker-Table/Testnet/Testnet-FiveCardDraw
then qmake
& make
then run ./Testnet-FiveCardDraw
dReam Tables Dero Poker Tables are free open source games.
The source code is published under the GNU GPL V3 License.
Copyright 2022 dReam Tables
Refer to the copywrite.md file for artwork licensing.