Skip to content

Takes a hand of cards and sorts them by rank, then suit value (lowest to highest).

Notifications You must be signed in to change notification settings

darcyknox/poker-hands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Author: Darcy Knox COSC326 S1 2020 Etude 7 Poker Hands

Takes a hand of cards and sorts them by rank, then suit value (lowest to highest). See etude07.pdf for more details.

Written in Python 3.7.6

To input from a file, use the command: python3 Poker.py < filename.txt

To input from the command line, use the command: python3 Poker.py

About

Takes a hand of cards and sorts them by rank, then suit value (lowest to highest).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages