Skip to content

VIVelev/PokerBot-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokerBot-AI

Poker Bot

How to start a poker game versus my poker bot (Mac OSX / Linux)

Run the following in the console/terminal:

git clone https://github.com/VIVelev/PokerBot-AI
cd PokerBot-AI
pip3 install -r requirements.txt
pypokergui serve poker_conf.yaml --port 8000 --speed moderate

Enjoy! Good luck with beating him.

P.S. If you have any errors running the Python tornado server chek this out.