Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed May 31, 2019
1 parent e9b8ec5 commit c63ba85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
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)
Binary file added 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.

0 comments on commit c63ba85

Please sign in to comment.