-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Python Poker Probabilities | ||
### graphical user interface poker card simulation to calculate the probabilities for opponent cards | ||
##### How to use the GUI correctly? | ||
*Select cards on the GUI!* | ||
1. **first two cards** are your cards. | ||
2. **next three cards** are the flop, so the table open visible cards. | ||
3. **fourth card** is the turn, part of table open visible cards. | ||
4. **fifth card** is the river, also part of table open visible cards. | ||
5. **sixth card** restarts the round. Deck is shuffled. | ||
|
||
**optional:** You can also restart the round with the button CLEAR. | ||
|
||
* You can see the probabilities for hand rankings in the terminal. | ||
|
||
![alt text](https://raw.githubusercontent.com/Chralt98/python-poker/master/screenshot_gui.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.