Poker AI
A url will be released soon to visit the web-app.
See the API documentation.
- Clone the repo.
- In the main directory, run
pip install -r requirements.txtTo run the server, run the following command. You must be in the main parent directory for this project!
sh bin/start_server.shIf you want to make this easier on yourself in the future, put these 2 lines (with the correct path) in your .profile file in your home directory.
alias mc='cd ~/path/to/monte-carlo'
alias mc-start='mc; sh bin/start_server.sh'and then restart terminal, and you can simply run 'mc-start' to start the server.
| Colton Berry | Dean Papastrat | |
|---|---|---|
| Alex Woods | Colton Berry | Dean Papastrat |