Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 314 Bytes

py-poker

A python implementation for finding the best hand amongst a list of hands.

Whats there:

  • Simple assert test cases
  • Multiple hand_rank functions (refactors)

Improvements

  • Ability to take more than 5 card hands
  • More comprehensive testing
  • Introduce hand class and rank class?