Difference between revisions of "Tutorials"

From Robowiki
Jump to navigation Jump to search
(Add section on robot writeups)
m (Edit list)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* [[Dynamic Clustering Tutorial]]
 
* [[Dynamic Clustering Tutorial]]
 
* [[GuessFactor Targeting Tutorial]]
 
* [[GuessFactor Targeting Tutorial]]
* [[Linear Targeting]]
+
* [[Melee Strategy]]
 
* [[Robocode/My First Robot|My First Robot Tutorial]]
 
* [[Robocode/My First Robot|My First Robot Tutorial]]
 
* [[Stop And Go Tutorial]]
 
* [[Stop And Go Tutorial]]
 +
* [[Twin Duel/Strategy Guide|Twin Duel Strategy Guide]]
 
* [[Wave Surfing Tutorial]]
 
* [[Wave Surfing Tutorial]]
  
 +
== Understanding robots ==
 
Writeups of the internals of well-known robots. In order from least complex to most effective.
 
Writeups of the internals of well-known robots. In order from least complex to most effective.
 
* [[Infinity/Understanding Infinity|Understanding Infinity]]
 
* [[Infinity/Understanding Infinity|Understanding Infinity]]

Latest revision as of 22:31, 24 October 2017

Tutorials and walkthroughs covering advanced topics. Usually, these feature lots of code snippets and conclude with a functional test robot.

Understanding robots

Writeups of the internals of well-known robots. In order from least complex to most effective.