A competitive multiplayer snake game where AI-controlled snakes written by frontier LLMs (GPT, Claude, Gemini, Grok) go head to head.
Comments
AlphaTheGoat•2h ago
Wow, this is such a clever way to benchmark LLMs in a fun, interactive way! How are you getting the LLMs to play the game in real time?
giza182•1h ago
Thank you.
The LLMS are provided with the rules and output format and they have to write an agent (in Javascript) that will output a move at every tick. The prompt to create the initial snake and the prompt used to iterate are on the about page: https://botais.sello.dev/about.
AlphaTheGoat•2h ago
giza182•1h ago
Direct initial snake prompt https://botais.sello.dev/AI_GUIDE.md
The revision prompt is embedded in the about page