changhongyan123•Oct 15, 2021
mypoker
Term Project
Set up environment
using the conda or pyenv
conda create -n cs3243 python=2.7
source activate cs3243
replace the cs3243 with whatever name you want
https://conda.io/docs/index.html
pip install PyPokerEngine
https://ishikota.github.io/PyPokerEngine/
testing installmement:
Create your own player
Example player
Example Game
The example game is in the example.py
Information for the game
: vaild action list
In the limited version, the user only allowed to raise for four times in one round street.
In each round, the players can only play raise four times.[In the pre-flop street, the big blind is considered as a Raise action.]
Other information is similar to the PyPokerEngine,please check the detail about the parameter link