Where can I find a good Robocode tutorial? - Stack Overflow most recent 30 from stackoverflow.com2009-12-12T05:42:51Zhttp://stackoverflow.com/feeds/question/1025468http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1025468/where-can-i-find-a-good-robocode-tutorial4Where can I find a good Robocode tutorial?Lucas McCoy2009-06-22T04:37:03Z2009-11-02T18:27:21Z
<p>I have really enjoyed playing <a href="http://robocode.sourceforge.net/" rel="nofollow">Robocode</a> with my first robot. Now I want to make something a little more exciting. What's the best tutorial on making advanced robots?</p>
http://stackoverflow.com/questions/1025468/where-can-i-find-a-good-robocode-tutorial/1025510#10255104Answer by Corbin March for Where can I find a good Robocode tutorial?Corbin March2009-06-22T04:57:24Z2009-06-22T04:57:24Z<p>Have you tried <a href="http://robowiki.net/w/index.php?title=Main%5FPage" rel="nofollow">robowiki.net</a>? They have a ton of resources including advanced topics like:</p>
<ul>
<li><a href="http://robowiki.net/w/index.php?title=Pattern%5FMatching" rel="nofollow">Pattern Matching</a></li>
<li><a href="http://robowiki.net/w/index.php?title=Dynamic%5FClustering" rel="nofollow">Clustering</a></li>
<li><a href="http://robowiki.net/w/index.php?title=GuessFactor%5FTargeting%5FTutorial" rel="nofollow">Statistical partitioning</a></li>
</ul>
<p>A number of the top bots in the <a href="http://darkcanuck.net/rumble/Rankings?version=1&game=roborumble" rel="nofollow">Roborumble</a> are also <a href="http://robowiki.net/w/index.php?title=Category:Open%5FSource%5FBots" rel="nofollow">open source</a>.</p>
<p>When you're ready, be sure to <a href="http://robowiki.net/w/index.php?title=RoboRumble/Starting%5FWith%5FRoboRumble" rel="nofollow">enter your robot in the rumble</a>.</p>
http://stackoverflow.com/questions/1025468/where-can-i-find-a-good-robocode-tutorial/1662859#16628590Answer by Christian for Where can I find a good Robocode tutorial?Christian2009-11-02T18:27:21Z2009-11-02T18:27:21Z<p><a href="http://www.christian-neu.de/2009/10/14/robocode-tutorial-teil-1/" rel="nofollow">http://www.christian-neu.de/2009/10/14/robocode-tutorial-teil-1/</a></p>