pangea-poker
pangea-poker copied to clipboard
This is the reference GUI for Pangea Poker, blackchain based decentralised game.
We should give players an option to sit out the next game. Just like they do in PokerStars. To quit the game the player can just close the game window?...
### How it works now Cards are dealt right after the user successfully joins the table (makes a socket connection to backend) ### Suggestion We should get rid of dealing...
The input that is put in on this screen: Should be cleansed of any non-valid IP-address character transgressions. Possible solution: use a regular expression to clean the input.
We will need a landing page that will display the available tables. Displaying the number of players on the table would be a nice to have, but it might entail...
Backend has to make sure it does not allow the same user to sit at two different seats. GUI needs to hide SIT HERE from other seats once the user...
- [ ] Cashier tests
Need to think this through, but here are some rough thoughts. Separate logic for the dealer and player. Separate files/components taking care of logic for each game party. Make Table...
https://github.com/GitbookIO/gitbook/blob/master/docs/setup.md
It should be enough only to wrap to make dispatch and context available in all the other underlying components. https://blog.logrocket.com/use-hooks-and-context-not-react-and-redux/
@sg777#2257 there are two missing pieces for the Table Select feature to work: **1. The ability to check how many people are currently at the table _before_ joining the table**...