Skip to content

cmdoffing/poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poker

Poker game evaluation program written in Python 3.7.

This program takes a string of cards in the form:

4h 9s tc jd qs kc ah

in either uppercase or lowercase, with the cards for each hand separated by a newline character. The strings are stored in the program source code at the bottom of the game.py file.

The code handles straights with an ace.

About

Poker evaluation program written in Python 3.7.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages