Skip to content
/ poker Public

Small program to create poker hands. Created in january 2018.

Notifications You must be signed in to change notification settings

tonipel/poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program creates a shuffled deck of 52 cards, picks three 
hands from the deck each containing five cards, and analyzes 
these hands for the following poker hands: two pairs, straight, 
flush and straight flush.

In addition to features mentioned above I included small set of
unit tests to make sure that certain functions work correctly.
This was huge help during the development and makes it easy to 
check the correct behavior of the program.

When developing this program I kept in mind the possibility to
extend this program to cover all poker hands, and further
developing this program should be relatively easy.

This program was created with Python 3.6.4.

About

Small program to create poker hands. Created in january 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages