AustenLamacraft / poker-kata

My solution to Ben Nuttall's poker hands kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poker hands kata

My solution to Ben Nuttall's poker hands kata

Some starter code is provided. It is the beginnings of an implementation of a poker hands comparison tool. In its current state it simply judges hands based on 'high card' only. There are some basic tests provided.

Your task is to extend the code (and the tests) in order to improve the implementation to cover more hand types. The highest ranked hand type is Royal flush and the lowest is high card.

Refer to https://www.cardplayer.com/rules-of-poker/hand-rankings for rank descriptions

About

My solution to Ben Nuttall's poker hands kata


Languages

Language:Python 100.0%