https://github.com/hasnainroopawalla/poker-gui-python3
This is a GUI based Python3 game created using the pygame library. It involves basic poker functionalities such as bet/check/fold. 4 players can play this game. The game itself decides who the winner is based on Standard Poker Rules. The distribution of cards is completely random.
https://github.com/hasnainroopawalla/poker-gui-python3
Last synced: about 1 month ago
JSON representation
This is a GUI based Python3 game created using the pygame library. It involves basic poker functionalities such as bet/check/fold. 4 players can play this game. The game itself decides who the winner is based on Standard Poker Rules. The distribution of cards is completely random.
- Host: GitHub
- URL: https://github.com/hasnainroopawalla/poker-gui-python3
- Owner: hasnainroopawalla
- Created: 2019-02-27T14:10:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T14:23:14.000Z (over 6 years ago)
- Last Synced: 2025-04-11T03:57:59.225Z (6 months ago)
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poker-GUI-Python3
This is a GUI based Python3 game created using the pygame library. It involves basic poker functionalities such as bet/check/fold. 4 players can play this game. The game itself decides who the winner is based on Standard Poker Rules. The distribution of cards is completely random.The 'Bet' button to places a bet of Rs.10
The 'Check' button allows the player to continue playing without betting any money only if no previous player has placed a bet.
The 'Fold' button allows the player to not play for the round.
The 'View Hand' button is a toggle button allowing the player to view/hide his cards.The game continues for 5 rounds i.e. until all 5 cards are open on the table and everyone who is playing has placed a bet/checked.
Winner is determined by the game itself based on Standard Poker Rules.