Texas hold 'em no limit project and more.
This is a 'toy' project created in early 2020 when I started learning Kotlin, the focus was on experiment Kotlin
features, now that is a bit more mature can be used in small applications.
Initially I created different repositories
that I finally decided to merge as modules in a single one.
More information are available in module's readme file.
-
Contains all you need to represent a deck of playing cards (at moment French or Italian), do not depend on any specific cards game so can be used to implement any.
-
Can be used to create a game or a full single table tournament of Texas hold 'em no limit.
-
Contains a collection of builders and objects mothers for objects from the other modules.
-
Simple CLI to generate a report on the Evaluator, it will simply test the Evaluator against any possible combination of 5, 6 or 7 cards.