- Python 100%
| chicken_numbers | ||
| .gitignore | ||
| README.md | ||
| SHEET.md | ||
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.