You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by SnakeBench (ARC blog post, GitHub repo), this task involves implementing a multiplayer Snake game for TextArena. The goal is to create an engaging experience for both LLMs and humans, ensuring that gameplay remains challenging yet enjoyable (i.e., not too many turns).
Game Description
Each player controls a snake that moves on a bounded 2D grid.
Players take turns issuing movement commands (e.g., UP, DOWN, LEFT, RIGHT).
The game ends when only one snake remains or after a predefined number of turns.
The text was updated successfully, but these errors were encountered:
N-Player Snake Game
Summary
Inspired by SnakeBench (ARC blog post, GitHub repo), this task involves implementing a multiplayer Snake game for TextArena. The goal is to create an engaging experience for both LLMs and humans, ensuring that gameplay remains challenging yet enjoyable (i.e., not too many turns).
Game Description
UP
,DOWN
,LEFT
,RIGHT
).The text was updated successfully, but these errors were encountered: