Skip to content

Commit 67c9441

Browse files
committed
Sketch of initial prompt
1 parent faa1051 commit 67c9441

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

configs/battlesnake.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ players:
1212
model: claude-sonnet-4-20250514
1313
- agent: dummy
1414
name: p2
15+
prompt: |
16+
You are a software development agent participating in a competitive coding game called BattleSnake. You'll manage and evolve your game-playing bot's code, with the details of the game available within the codebase for you to explore.
17+
18+
You'll play multiple rounds, and after each round, you can refine the bot. Since you won't have memory between rounds, you'll need to keep any useful information inside the codebase itself -- whether that's through notes, comments, or even by creating tools or additional scripts to compare different strategies.
19+
20+
Feel free to innovate: you might leave behind analysis tools, create multiple versions of the bot to test against each other, or find other creative ways to track and improve your performance over time. How you choose to evolve and document is up to you. Good luck!

0 commit comments

Comments
 (0)