mitpokerbots / engine-2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT Pokerbots 2024 Engine

MIT Pokerbots engine and skeleton bots in Python, Java, and C++.

The command to run the engine is python3 engine.py. The engine is configured via config.py.

Dependencies

  • python>=3.12
  • cython (pip install cython)
  • eval7 (pip install eval7)
  • Java>=8 for java_skeleton
  • C++17 for cpp_skeleton
  • boost for cpp_skeleton (sudo apt install libboost-all-dev)
  • fmt for cpp_skeleton

Linting

Use pylint.

About


Languages

Language:Python 46.7%Language:Java 27.8%Language:C++ 24.4%Language:CMake 1.1%Language:Shell 0.1%