ai-code-battle/bots/kamikaze/package.json
jedarden f11d00a177 feat(bot): add Assassin bot (Rust) — decapitation archetype
All units rush the nearest enemy core via BFS, ignoring enemy units
and economy. No perimeter defense — full commitment to core destruction.
Targets persist across turns for consistent pathing.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 16:55:33 -04:00

12 lines
254 B
JSON

{
"name": "kamikaze-bot",
"version": "1.0.0",
"description": "KamikazeBot - Aggressive self-sacrifice archetype for AI Code Battle",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=20.0.0"
}
}