Where can I find a good Robocode tutorial? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T05:42:51Z http://stackoverflow.com/feeds/question/1025468 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1025468/where-can-i-find-a-good-robocode-tutorial 4 Where can I find a good Robocode tutorial? Lucas McCoy 2009-06-22T04:37:03Z 2009-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#1025510 4 Answer by Corbin March for Where can I find a good Robocode tutorial? Corbin March 2009-06-22T04:57:24Z 2009-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&amp;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#1662859 0 Answer by Christian for Where can I find a good Robocode tutorial? Christian 2009-11-02T18:27:21Z 2009-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>