LICENSE
README.md
pyproject.toml
boardgamebench/__init__.py
boardgamebench/__main__.py
boardgamebench/benchmark.py
boardgamebench/cli.py
boardgamebench/llm_player.py
boardgamebench/model_config.py
boardgamebench/progress.py
boardgamebench/report.py
boardgamebench.egg-info/PKG-INFO
boardgamebench.egg-info/SOURCES.txt
boardgamebench.egg-info/dependency_links.txt
boardgamebench.egg-info/entry_points.txt
boardgamebench.egg-info/top_level.txt
boardgamebench/games/__init__.py
boardgamebench/games/base.py
boardgamebench/games/breakthrough.py
boardgamebench/games/connect_four.py
boardgamebench/games/dots_and_boxes.py
boardgamebench/games/gomoku.py
boardgamebench/games/hex.py
boardgamebench/games/othello.py
boardgamebench/games/search.py