Add RoboCode CC:Ladder#115
Open
john-b-yang wants to merge 1 commit into
Open
Conversation
…oling) - 116 open-source classic Robocode bots imported to CodeClash-ai/RoboCode human/robocode/* branches (source of truth, not committed here) from ~30 repos: shipped sample bots + mgalushka Super* variants; the full RoboWiki/PEZ collection (micro/mini/nano/femto + Marshmallow/GF1/Swiffer); flat multi-file bots (Mb2, BerendBotje, MaximBot, TheCarver, BobTheBuilder, StarterBot, npcomplete); flattened subpackage bots (ur4no, kokomo); single-file DrussGT/HawkOnFire (strong top rungs); and ~35 more from a broad GitHub sweep. All copy-in (0 reimplementations) -- verbatim, only repackaged to the arena package + main class renamed to MyTank (helpers flattened where needed). yngwie/chomsky skipped (unresolvable external deps). - Each of the 116 verified to COMPILE and play a real battle in the arena image (stage 2, 116/116). - Provenance: every port file carries a source-URL/author/license header; scripts/ladder/SOURCES.md is the committed manifest (slug -> GitHub URL). See stamp_sources.py. - Fix arena description: it mislabeled itself Tank Royale but the engine is classic Robocode. - make_robocode.yaml: round-robin (100 rounds, ~2h local at -w6) for Elo; README note. - scripts/ladder/: build tooling (copy-in porting guide, structural validator, compile+battle smoke, push script, provenance stamper, reference bot); ports/ regenerated, not committed.
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.
CodeClash-ai/RoboCode human/robocode/*branches from ~30 reposscripts/ladder/SOURCES.mdis the committed manifest (slug -> GitHub URL). See stamp_sources.py.make_robocode.yaml: round-robin (100 rounds, ~2h local at -w6) for Eloscripts/ladder/: build tooling (copy-in porting guide, structural validator, compile+battle smoke, push script, provenance stamper, reference bot); ports/ regenerated, not committed.