Add Crazy bot (Java) - #6
Merged
Merged
Conversation
Ports the Tank Royale sample bot "Crazy" to rumble-bots. It zigzags in a repeating turn pattern, bounces off walls, and fires at anything it scans - an erratic-movement tactic distinct from the existing Vector/Orbit/Corners entries. Reuses the JVM boot-script convention introduced in the Corners submission (java -cp <bot-api-jar> Crazy.java, jar cached from Maven Central on first run). Validated locally with `scripts/validate_bot.py --smoke`. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A2CS5LTRShejMcfuWrGh1H
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bot submission
bots/java/Crazy/.Crazy.json,Crazy.sh, andCrazy.cmd.license(Apache-2.0) and the source uses the official Tank Royale Java Bot API (dev.robocode.tankroyale.botapi).python scripts/validate_bot.py --root . --owner flemming-n-larsen --smokesuccessfully.About this bot
Port of the Tank Royale sample bot "Crazy": moves in a repeating zigzag turn pattern, bounces off walls, and fires at anything it scans. An erratic-movement tactic, distinct from the existing Vector/Orbit/Corners entries.
Java submission convention
Reuses the JVM boot-script convention introduced in the companion
CornersPR:Crazy.sh/Crazy.cmdcache the publishedrobocode-tankroyale-bot-apijar (Maven Central,dev.robocode.tankroyale:robocode-tankroyale-bot-api:1.1.0) into$HOME/.cache/rumble-bots-javaon first run, then launch viajava -cp <jar> Crazy.java.🤖 Generated with Claude Code
https://claude.ai/code/session_01A2CS5LTRShejMcfuWrGh1H