Difference between revisions of "Robocode/Articles"

From Robowiki
Jump to navigation Jump to search
(Move documentation footer to a template)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page contains articles from the web about [[Robocode]].
+
This page contains articles from the web about Robocode.
  
 
== Articles from IBM developerWorks  ==
 
== Articles from IBM developerWorks  ==
Line 33: Line 33:
 
* [http://anteater.adsl.dk/projects/dat3.pdf December, 2004] ''Robocode - Development of a Robocode team'' by Jens Frokjaer, Palle B. Hansen, Martin L. Kristiansen, Ivan V. S. Larsen, Dan Malthesen, Tom Oddershede and Rene Suurland
 
* [http://anteater.adsl.dk/projects/dat3.pdf December, 2004] ''Robocode - Development of a Robocode team'' by Jens Frokjaer, Palle B. Hansen, Martin L. Kristiansen, Ivan V. S. Larsen, Dan Malthesen, Tom Oddershede and Rene Suurland
 
* [http://www.cs.bgu.ac.il/~sipper/papabs/eurogprobo-final.pdf March 30, 2005] ''GP-Robocode: Using Genetic Programming to Evolve Robocode Players'' by Yehonatan Shichel, Eran Ziserman, and Moshe Sipper
 
* [http://www.cs.bgu.ac.il/~sipper/papabs/eurogprobo-final.pdf March 30, 2005] ''GP-Robocode: Using Genetic Programming to Evolve Robocode Players'' by Yehonatan Shichel, Eran Ziserman, and Moshe Sipper
 +
* [http://www.jonnielsen.net/RoboReportOfficial.pdf December 13, 2010] ''Evolving Robocode agents using NEAT, reinforcement learning and artificial neural networks'' by Jon Lau Nielsen and Benjamin Fedder Jensen. [http://www.youtube.com/watch?v=Ru9W-9CxdQ8 Video]
  
 
== See also ==
 
== See also ==
  
=== Robot API ===
+
{{RobocodeDocsList}}
* [http://robocode.sourceforge.net/docs/robocode/ Robot API]
 
 
 
=== Tutorials ===
 
* [[Robocode/System Requirements|System Requirements for Robocode]]
 
* [[Robocode/Download|How to download and install Robocode]]
 
* [[Robocode/Robot Anatomy|The anatomy of a robot]]
 
* [[Robocode/Getting Started|Getting started with Robocode]]
 
* [[Robocode/My First Robot|My First Robot Tutorial]]
 
* [[Robocode/Game Physics|Robocode Game Physics]]
 
* [[Robocode/Scoring|Scoring in Robocode]]
 
* [[Robocode/Robot Console|Using the robot console]]
 
* [[Robocode/Downloading_Robots|Downloading other robots]]
 
* [[Robocode/Learning from Robots|Learning from other robots]]
 
* [[Robocode/Package Robot|Package your robot]]
 
* [[Robocode/FAQ|Frequently Asked Questions (FAQ)]]
 
* [[Robocode/Console Usage|Starting Robocode from the command line]]
 
* [[Robocode/Graphical_Debugging|Graphical debugging]]
 
* [[Robocode/Using an IDE|Using Eclipse as IDE]]
 
* [[Robocode/Eclipse/Create_a_Project|Creating a project for your robots]]
 
* [[Robocode/Eclipse/Create_a_Robot|Creating a robot in Eclipse]]
 
* [[Robocode/Running from Eclipse|Running your robot from Eclipse]]
 
* [[Robocode/Eclipse/Debugging Robot|Debugging your robot with Eclipse]]
 
 
 
=== News and Releases ===
 
* [http://sourceforge.net/export/rss2_project.php?group_id=37202 RSS Feeds for the Robocode project]
 
* [http://sourceforge.net/project/showfiles.php?group_id=37202&package_id=29609 Robocode file releases]
 
 
 
=== Home pages ===
 
* [http://robocode.sourceforge.net/ Classic homepage]
 
* [http://sourceforge.net/projects/robocode Robocode project at SourceForge]
 
* [http://robocoderepository.com/ Robocode Repository]
 
* [[wikipedia:Robocode|Wikipediaentry for Robocode]]
 
  
 
[[Category:Robocode Documentation]]
 
[[Category:Robocode Documentation]]

Latest revision as of 22:12, 9 August 2017

This page contains articles from the web about Robocode.

Articles from IBM developerWorks

Interview with the creator of Robocode

  • 01 May 2002 - AlphaBot: An interview with Robocode creator Mat Nelson

Rock 'em, sock 'em Robocode

  • 01 Jan 2002 - Rock 'em, sock 'em Robocode! Learning Java programming is more fun than ever with this advanced robot battle simulation engine
  • 01 May 2002 - Round 2 - Go beyond the basics with advanced robot building and team play

Secrets from the Robocode masters

  • 01 May 2002 - Factored wall avoidance
  • 01 May 2002 - Tracking your opponents' movement - Select the best movement algorithm for each opponent
  • May 2002 - Circular targeting - Hit robots that travel in circles with perfect accuracy
  • May 2002 - Predictive targeting
  • May 2002 - Dodge bullets
  • May 2002 - Anti-gravity movement
  • Jun 2002 - Extensible/reusable robots
  • Jun 2002 - Polymorphic enemy cache
  • Jun 2002 - Radar sweeps
  • Jun 2002 - RoboLeague
  • July 2002 - Tracking bullets - Choose the best aiming technique for each opponent
  • 15 Jul 2002 - A collection of hints, tips, and advice from the Robocode masters
  • 15 Jul 2002 - Robocode strategies

Robocode Rumble

  • 15 Jul 2002 - Let the games begin - alphaWorks launches Robocode Rumble
  • 01 Aug 2002 - Tips from the champs - Rumble champions reveal the strategy behind their winning 'bots

Papers

  • August 4, 2003 A study of battle strategy for the Robocode by Kazuyuki Kobayashi, Yu Uchida and Kajiro Watanabe
  • October 28, 2003 Evolving Robocode Tank Fighters by Jacob Eisenstein
  • December, 2004 Robocode - Development of a Robocode team by Jens Frokjaer, Palle B. Hansen, Martin L. Kristiansen, Ivan V. S. Larsen, Dan Malthesen, Tom Oddershede and Rene Suurland
  • March 30, 2005 GP-Robocode: Using Genetic Programming to Evolve Robocode Players by Yehonatan Shichel, Eran Ziserman, and Moshe Sipper
  • December 13, 2010 Evolving Robocode agents using NEAT, reinforcement learning and artificial neural networks by Jon Lau Nielsen and Benjamin Fedder Jensen. Video

See also

Robocode API

Beginner Guides

External Editors

.NET Robots

Links