2024 Autogaming Competition
Welcome to the web site for the Khet engine competition :)
Khet is a two-player abstract strategy game with LASERS :OOOOO
Your challenge is to write a program (engine) that plays Khet to compete in a tournament with other engines, submitted by other contestants. Trophies and t-shirts will be awarded for multiple prize categories! (designs TBD)
This page will be updated periodically as the competition progresses.
Engine rules: (subject to change)
- You may write your engine in any language if its compiler or interpreter is available for Alpine Linux. Do not use a nightly or bleeding edge version.
- You may use any external libraries except those that evaluate moves or board states. Please link dynamically to libc and statically to everything else. You may not call any external programs.
- You may not use more than 500M of memory or 500M of disk space. You may not read or write any files, use the network, or use graphics. Your program will be built and run on an Alpine Linux virtual machine.
- You're free to compete as a team, and there are up to three prizes per winning entry.
- If you submit your engine on or before 28 Dec I'll evaluate it to make sure it follows the rules. Invalid submissions after that time will be insta-disqualified. Final submissions are due by 30 Dec at midnight in Vancouver. Winners will be announced 2 Jan, and I'll release a complete update on how everyone placed, including detailed breakdowns. Please also see the submission instructions.
- The tournament is double-elimination (if an engine loses a matchup, it moves to a losers' bracket)
- Your engine must use the tournament communication format to interface with the tournament program.
- Please also see the Khet rules! Some are specific to this tournament, including time control.
Prize categories:
- Smartest: the engine that wins the tournament.
- Quickest Wit: the engine in the final 25% of rounds (rounding up) that takes the least time to move.
- Most Improved: the engine eliminated in the first round that shows the best performance in the losers' bracket.
- Most Interesting: the engine with the most interesting strategy as subjectively judged by me.
- Most Lopsided: the engine that has the highest ratio of wins as one colour to wins as the other colour.
Please email autogaming () bunnyzone ! org as a courtesy if you plan to participate :)
Let the games begin!