The idea of this project is to build a bot capable of playing texas hold'em. This project is in the beginning stages. Currently the basic data structure of a simple backend console based texas hold'em game has been started.
Currently using only the built in "random" library for Python.
To view the current output of the game, navigate to the game simulation folder and run the "runner.py" file. The current version is prompt based.