Skip to content

funk11/Dero-Poker-Table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dero-Poker-Table

Ui for Dero Private Poker Table. dReamTablesFooter 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.

dReamTablesFiveCardMenu

Current Tables

  • 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.

dReamTablesFiveCardMain

  • More to come...

Donations

  • Dero Address: dero1qyr8yjnu6cl2c5yqkls0hmxe6rry77kn24nmc5fje6hm9jltyvdd5qq4hn5pn

DeroDonations


View the latest release or build from source.

Build

  • Linux

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


About

Ui for Dero Private Poker Table.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.3%
  • QMake 0.7%