Wall of Fame
Robocode's rich strategic depth exists because of dedicated community members who spent years developing, documenting, and sharing their discoveries. This page honors those who shaped the game's competitive landscape.
The Architects & Stewards
Mathew A. Nelson (Mat Nelson)
The original creator of Robocode at IBM in 2001. His vision of "learning through battle" started the entire phenomenon.
Flemming Nørnberg Larsen (fnl)
GitHub Profile | RoboWiki User Page
The long-time maintainer of the classic Robocode project and the creator of Robocode Tank Royale. Flemming has kept the game alive and evolving for over two decades.
Julian Kent (Skilgannon)
RoboWiki User Page
A legendary competitor and the current steward of the community's infrastructure. As the primary administrator of the RoboWiki and developer of the modern LiteRumble ranking system, he keeps the game's history and competitive scene alive. He authored DrussGT, one of the most dominant bots in history, and perfected Dynamic Clustering using a K-Nearest Neighbor (KNN) approach.
Community Founders
Peter Strömberg (PEZ)
RoboWiki User Page
Founder and original administrator of the RoboWiki. Creator of legendary bots CassiusClay and Pugilist. Peter was instrumental in building the collaborative community culture that allowed Robocode to thrive.
Crippa
RoboWiki User Page
Co-founder of the RoboWiki. In January 2003, Crippa and Peter Strömberg created the wiki as a private site before opening it to the public to serve as the community's central knowledge hub.
The Strategy Pioneers
David Alves
RoboWiki User Page
Inventor of the Wave concept. David realized that because bullets travel at constant speeds, shooters can track exact "GuessFactors" using an expanding circle. Along with Paul Evans, he co-pioneered GuessFactor Targeting. He also pioneered Pattern Matching with his bot Phoenix and Random Orbital Movement.
Paul Evans
RoboWiki User Page
Creator of SandboxDT. A co-pioneer of GuessFactor Targeting, he discovered the use of "bins" (statistical buckets) to track movement. He also popularized Segmentation, proving that bot data should be categorized by variables like distance or wall proximity.
Alexandros (ABC)
RoboWiki User Page
Inventor of Wave Surfing, the most significant defensive discovery in Robocode history. He also pioneered the earliest forms of Dynamic Clustering and, along with Aelryen, developed Minimum Risk Movement for melee combat. His bot Shadow set the standard for high-level multi-target engagement.
Patrick Cupka (Voidious)
RoboWiki User Page
Author of Dookious. Patrick refined Wave Surfing and movement flattening to a science. He managed the RoboWiki for many years starting in 2007 and wrote many of the community's definitive strategy guides.
Kev (kc)
RoboWiki User Page
Author of GresSuffurd. Kev represents the pinnacle of 1-vs-1 performance, holding the current RoboRumble crown by a massive margin. His bots pushed statistical targeting and movement to their absolute limits.
Algorithmic & Data Innovations
Corbos, Chase-san, and Nathaniel Simonton (Simonton)
The early pioneers of k-D Trees in Robocode. Corbos was the first to mention the data structure on the RoboWiki, sparking interest from Chase-san and Nathaniel Simonton. Simonton built the first k-D tree in a bot and pushed Dynamic Clustering to its limits with Diamond.
Rednaxela and Julian Kent (Skilgannon)
RoboWiki User Page
Rednaxela, creator of RougeDC and PolishedRuby, introduced advanced k-D tree pruning strategies that sparked a performance race with Julian Kent. This collaboration and competition resulted in some of the fastest Java and C++ k-D tree implementations in existence, including Julian's Bucket-PR k-D tree which is now used in several commercial products.
Albert Perez
RoboWiki User Page
Creator of the original RoboRumble client and the bot MicroAspid. He turned Robocode into a true competitive sport and pioneered Precise Prediction, simulating Robocode's physics perfectly to allow for ultra-accurate targeting.
Kyle Huntington (Kawigi)
RoboWiki User Page
The community's "Great Educator." Kyle wrote the definitive GuessFactor Targeting Tutorial and authored FloodMini, the open-source bot that taught the wider community how to implement statistical targeting.
MultiplyByZer0
RoboWiki User Page
A prolific wiki editor and contributor who documented complex wave mechanics and provided the code samples that helped many beginners become experts.
Standing on shoulders
"If I have seen further, it is by standing on the shoulders of giants." — Isaac Newton
Every bot today is built upon the open-source legacy of these individuals.