Difference between revisions of "Main Page"

From Robowiki
Jump to navigation Jump to search
(I'll create accounts for those who need.)
 
(6 intermediate revisions by 4 users not shown)
Line 83: Line 83:
 
|-
 
|-
 
|style="color:#000; font-size:90%"|
 
|style="color:#000; font-size:90%"|
 +
* '''[[BeepBoop]]''' - The current [[RoboRumble]] champ in General 1v1. Pioneered applying gradient descent in both targeting and surfing. Learn more in [[BeepBoop/Understanding BeepBoop|Understanding BeepBoop]].
 +
* '''[[DrussGT]]''' – Had been the [[RoboRumble]] champ in General 1v1 for 13 years. A super strong [[Dynamic Clustering]] gun and one of the only bots using a [[Wave Surfing/GoTo Surfing|GoTo Wave Surfing]] movement. And it's [[Open Source]].
 
* '''[[Shadow]]''' – A former champ in Melee, 1v1, and teams, this is one of the toughest bots you'll ever face. [[User:ABC|ABC]]'s Shadow has been crushing Robocoders with innovative new techniques, like [[Wave Surfing]] and [[Shadow/Melee Gun]], since long before most of us ever found this game.
 
* '''[[Shadow]]''' – A former champ in Melee, 1v1, and teams, this is one of the toughest bots you'll ever face. [[User:ABC|ABC]]'s Shadow has been crushing Robocoders with innovative new techniques, like [[Wave Surfing]] and [[Shadow/Melee Gun]], since long before most of us ever found this game.
* '''[[DrussGT]]''' – The current [[RoboRumble]] champ in General 1v1, for almost 9 years now. A super strong [[Dynamic Clustering]] gun and one of the only bots using a [[Wave Surfing/GoTo Surfing|GoTo Wave Surfing]] movement. And it's [[Open Source]].
 
 
* '''[[:Category:Super Sample Bots|Super Sample Bots]]''' – Once you've gotten past the [[:Category:Sample Bots|Sample Bots]] that come with Robocode, step up and test yourself against the Super Samples.
 
* '''[[:Category:Super Sample Bots|Super Sample Bots]]''' – Once you've gotten past the [[:Category:Sample Bots|Sample Bots]] that come with Robocode, step up and test yourself against the Super Samples.
 
* '''[[LunarTwins]]''' – [[Twin Duel]] is a 2v2 survivalist rule set, and LunarTwins has an in-your-face strategy that few teams know how to deal with.
 
* '''[[LunarTwins]]''' – [[Twin Duel]] is a 2v2 survivalist rule set, and LunarTwins has an in-your-face strategy that few teams know how to deal with.
Line 100: Line 101:
 
* '''[[RoboRunner]] / [[RoboJogger]]''' – The latest and greatest in batch battle running, these tools make it easy to run loads of battles against your favorite test bed, or to run your bot through a [[:Category:Challenges|challenge]].
 
* '''[[RoboRunner]] / [[RoboJogger]]''' – The latest and greatest in batch battle running, these tools make it easy to run loads of battles against your favorite test bed, or to run your bot through a [[:Category:Challenges|challenge]].
 
* '''[[Robocode/Eclipse|Eclipse]]''' – Get Robocode setup with Eclipse, one of the most popular Java IDEs.
 
* '''[[Robocode/Eclipse|Eclipse]]''' – Get Robocode setup with Eclipse, one of the most popular Java IDEs.
 +
* '''[[Robocode/Intellij/Running from Intellij|Intellij]]''' – Get Robocode setup with Intellij, a powerful Java IDE.
 
* '''[http://robocode.sourceforge.net/docs/robocode/ Robocode API]''' – Not a "tool", per se, but you'll need to get familiar with it!
 
* '''[http://robocode.sourceforge.net/docs/robocode/ Robocode API]''' – Not a "tool", per se, but you'll need to get familiar with it!
 
* '''[[Robocode/Graphical Debugging|Graphical Debugging]]''' – Using Robocode's graphics support to draw on the battlefield can be a huge help in making sure your bot is doing and thinking what you expect it to.
 
* '''[[Robocode/Graphical Debugging|Graphical Debugging]]''' – Using Robocode's graphics support to draw on the battlefield can be a huge help in making sure your bot is doing and thinking what you expect it to.
Line 109: Line 111:
 
|}
 
|}
 
|}
 
|}
 
<h4 style="margin:0; background:#e0e8ef; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">
 
Note: new accounts have been disabled due to spam. If you want an account, contact [[User:Skilgannon|Skilgannon]] - you can find contact details [[Contacts|here]]</h4>
 
  
 
__NOTOC__  __NOEDITSECTION__
 
__NOTOC__  __NOEDITSECTION__

Latest revision as of 22:34, 3 October 2023

Welcome to the RoboWiki
Collecting Robocode knowledge since 2003.

What is Robocode?

  • Robocode is a programming game. It can be used to teach or learn programming in Java or .NET. It can serve as a platform for exploring AI and machine learning techniques. Or it can be a competitive, addictive hobby that eats up all your time and CPU cycles.

Getting Started

Using the RoboWiki

  • We do our best to make the RoboWiki a great reference for all levels of Robocoders. But it's also a strong and long-standing community of passionate and helpful people.
    • Check the Recent Changes to see current discussion and updates.
    • Please feel free to make pages for yourself and your bots.
    • Ask questions and read up on any of the Discussion tabs of each page.
    • Submit your bots to the RoboRumble
    • Follow @robowiki and @roborumble on Twitter.
    • Read Guide for Articles for tips and tools for writing RoboWiki articles.
    • Let us know how we can improve the wiki – or contribute to it yourself!

RoboRumble

Challenges

External Links

A few robots worth checking out...

Development Tools

  • RoboRunner / RoboJogger – The latest and greatest in batch battle running, these tools make it easy to run loads of battles against your favorite test bed, or to run your bot through a challenge.
  • Eclipse – Get Robocode setup with Eclipse, one of the most popular Java IDEs.
  • Intellij – Get Robocode setup with Intellij, a powerful Java IDE.
  • Robocode API – Not a "tool", per se, but you'll need to get familiar with it!
  • Graphical Debugging – Using Robocode's graphics support to draw on the battlefield can be a huge help in making sure your bot is doing and thinking what you expect it to.
  • Visual Studio .NET – You can now create .NET Robocode bots, too.
  • NetBeans – Prefer NetBeans to Eclipse? Here's a detailed guide to getting it setup with Robocode.
  • FloodGrapher – Graphing your bot's movement can offer a lot of insight into where you need to make improvements.
  • Utilities – More tools to make your Robocoding easier and more productive.