No description
Find a file
2026-05-31 14:59:23 +00:00
chicken_numbers Initial commit 2026-05-29 13:00:38 +02:00
.gitignore Initial commit 2026-05-29 13:00:38 +02:00
README.md Punctuation 2026-05-31 14:59:23 +00:00
SHEET.md Update SHEET.md 2026-05-31 14:44:59 +00:00

Guide

General

Upload your bot into the corresponding folder in this repository. The allowed formats are:

  • python (.py)
  • binary (x86 Linux)

Your code will not have access to the internet and run with limited permissions. I have not installed any python libraries; if you have a good reason to need one, message me and we can discuss adding it.

Make sure you flush your outputs (better safe than sorry). In python this is achieved by print(xyz, flush=True).

For a description of the games, head to the Sheet.
For the source code of the server and games, head to the Server.
If you want to propose an idea, be it a new game, or anything else, open an Issue with the "enhancement" label.

Game Specific Information

chicken_numbers

There is a timeout of 500ms, if your bot ever takes longer to send it's output, it is disqualified for the round and will be replaced by a bot that always plays 0.