Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Snake Game #35

Closed
LeonGuertler opened this issue Feb 15, 2025 · 0 comments · May be fixed by #51
Closed

Add Snake Game #35

LeonGuertler opened this issue Feb 15, 2025 · 0 comments · May be fixed by #51
Labels
new-environment New game to add

Comments

@LeonGuertler
Copy link
Owner

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

  • 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.
@LeonGuertler LeonGuertler added the new-environment New game to add label Feb 15, 2025
@LeonGuertler LeonGuertler linked a pull request Feb 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-environment New game to add
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant