Skip to content

cpd85/pokerbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokerbot

A bot that plays poker.

How To Use

As a standalone executable

  1. Compile the bot as a standalone executable

    make

  2. Run the bot.

    make run

As a python module

  1. Compile the shared library

    make python

  2. Import the library

    python

    import pokerbot

About

A bot that plays poker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.6%
  • C++ 41.4%