Skip to content

wrcarpenter/Pythonic-Poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Pythonic Poker

Poker implemented from scratch in pure Python (work in progress).

The main goal is to create and test a poker strategy/algo that can reasonably be implemented by a player at a game table. There are numerous poker algorithms that are highly optimized (think Counter-Factual Regret Minimization) and can routinely beat professional players, but they cannot actually be implemented in a 'real-life' poker game setting.

Motivations: poker is a game of statistics which is interesting and very simialar to trading (my first job out of college). I want to find a game I can host with friends and something that I can simulate and use to fine-tune object-oriented programming skills.

About

Poker bot implemented in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages