.gitignore
CLAUDE.md
GETTING_STARTED.md
LICENSE
NETWORKED_PLAY.md
game.py
local.py
message.py
protocol.py
pyproject.toml
render.py
runtime.py
test_game.py
test_local.py
test_message.py
test_packaging.py
test_protocol.py
test_render.py
test_runtime.py
tournament.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
bot/__init__.py
bot/invalid.py
bot/leftmost.py
bot/rand.py
bot/rightmost.py
bot/test_bot.py
client/__init__.py
client/__main__.py
client/core.py
client/moveinput.py
client/test_client.py
client/tls.py
client/testdata/test_cert.pem
jkh_c4.egg-info/PKG-INFO
jkh_c4.egg-info/SOURCES.txt
jkh_c4.egg-info/dependency_links.txt
jkh_c4.egg-info/entry_points.txt
jkh_c4.egg-info/top_level.txt
server/__init__.py
server/__main__.py
server/core.py
server/lobby.py
server/netlog.py
server/proxy.py
server/test_proxy.py
server/test_server.py