vpoker is a video poker game made with pygame and contains several poker types:
- Tens or Better
- Jacks or Better
- Deuces Wild
-
Python 3.4 or higher
-
Packages listed in
requirements.txt
. Usepip3 install -r requirements.txt
Note: mouse is not supported
- Increase/decrease bet using up and down arrow keys and press <Enter>
- Select card(s) to keep on hand: use left and right arrow keys to navigate and <Space> key to hold
- Press <Enter> to remove card(s) that were not held and hand out new cards
- If there's any winning combination, it will be highlighted in the table above
- Press <Enter> to begin new round or <Esc> to quit