bet icon indicating copy to clipboard operation
bet copied to clipboard

This repository holds the implementation code of Pangea Poker white paper: https://bit.ly/3bdCz0Z

Results 49 bet issues
Sort by recently updated
recently updated
newest added

I'm been exploring the possibility of making a single installer for poker. For this to accomplish we have 1. CHIPS, LN and BET are in C 2. Poker backend is...

This is a bounty which I'm creating to develop the GUI for the predictable betting market. We have the bet platform on which we developed the poker and our plan...

This is a bounty which I'm creating to develop the GUI for the blackjack game. We have the bet platform on which we developed the poker and our plan to...

Before we jump into the problem, lets see how the communication is happening in bet. The entire communication in bet is broadly divided into two parts. 1. The communication among...

The invoices over LN are to keep track the betting made by the player, this actual plays crucial role in dispute handling. These invoice amounts are normalized values that map...

It was observed that this issue is caused due to improper handling of the critical sections in the code. This will be fixed with the libevent using we handle the...

If the player gets disconnected the existing system doesn't have the support for the player to rejoin with in the given stipulated time. So the idea is to provide an...

enhancement
beta

Atm, dealer shares the password with the players and this password is to used to authorize the player to join the private tables. Going forward the following has to be...

It was observed that sometimes when the player folds the hand, the player still be able to view the other player cards at the end of the hand. The ideal...

We should consider utilising [libp2p](https://libp2p.io/) in `bet` as per my understanding it will make p2p connections over different networks bit easier. `libp2p` has many different modules to cover different scenarios,...

enhancement