Difference between revisions of "Robocode"

From Robowiki
Jump to navigation Jump to search
m (Added link to Robocode/Getting Started)
m (The game is designed to help you learn Java, and have fun doing it)
Line 3: Line 3:
 
Robocode is a [http://en.wikipedia.org/wiki/Programming_game programming game] where the goal is to '''code a robot''' to compete against other robots in a battle arena. The player is the programmer of the robot, who will have no direct influence on the game. Instead, the player must write the [http://en.wikipedia.org/wiki/Artificial_intelligence AI] of the robot telling it how to behave and react on events occuring in the battle arena. So the name Robocode is a short for "Robot code".
 
Robocode is a [http://en.wikipedia.org/wiki/Programming_game programming game] where the goal is to '''code a robot''' to compete against other robots in a battle arena. The player is the programmer of the robot, who will have no direct influence on the game. Instead, the player must write the [http://en.wikipedia.org/wiki/Artificial_intelligence AI] of the robot telling it how to behave and react on events occuring in the battle arena. So the name Robocode is a short for "Robot code".
  
Robots are written in the [http://java.sun.com/docs/books/tutorial/getStarted/intro/definition.html Java<sup><small>TM</small></sup> Programming Language], and the Robocode game can run on any operating system supported by the [http://java.sun.com/javase/ Java Platform], which includes all common operative systems like Windows, Mac OS, Linux etc.
+
The game is designed to help you learn Java, and have fun doing it. Robots are written in the [http://java.sun.com/docs/books/tutorial/getStarted/intro/definition.html Java<sup><small>TM</small></sup> Programming Language], and the Robocode game can run on any operating system supported by the [http://java.sun.com/javase/ Java Platform], which includes all common operative systems like Windows, Mac OS, Linux etc.
  
 
Robocode's battles take place in an battle field, where small automated 6-wheeled robots fight it out until only one is left. Please notice that Robocode contains no gore, no blood, no people, and no politics. The battles are simply for the excitement of competition that we love so much. There are explosions, however, but these can be turned off if they are offending. :-)
 
Robocode's battles take place in an battle field, where small automated 6-wheeled robots fight it out until only one is left. Please notice that Robocode contains no gore, no blood, no people, and no politics. The battles are simply for the excitement of competition that we love so much. There are explosions, however, but these can be turned off if they are offending. :-)

Revision as of 11:16, 28 November 2007

Welcome to Robocode!

Robocode is a programming game where the goal is to code a robot to compete against other robots in a battle arena. The player is the programmer of the robot, who will have no direct influence on the game. Instead, the player must write the AI of the robot telling it how to behave and react on events occuring in the battle arena. So the name Robocode is a short for "Robot code".

The game is designed to help you learn Java, and have fun doing it. Robots are written in the JavaTM Programming Language, and the Robocode game can run on any operating system supported by the Java Platform, which includes all common operative systems like Windows, Mac OS, Linux etc.

Robocode's battles take place in an battle field, where small automated 6-wheeled robots fight it out until only one is left. Please notice that Robocode contains no gore, no blood, no people, and no politics. The battles are simply for the excitement of competition that we love so much. There are explosions, however, but these can be turned off if they are offending. :-)

Brief History of Robocode

The Robocode game was originally started by Mathew A. Nelson (aka Mat Nelson) personal endeavor in late 2000 and became a professional one when he brought it to IBM, in the form of an alphaWorks download, in July 2001.

In the beginning of 2005, Robocode was brought to SourceForge as Open Source with Robocode version 1.0.7. At this point, the development of Robocode was somewhat stopped. In the mean while, the Robocode community began to develop their own versions of Robocode in order to get rid of bugs and put new features into Robocode, the Contributions for Open Source Robocode and later on the RobocodeNG project by Flemming N. Larsen.

As nothing seemed to happen with Robocode in more than a year, Flemming N. Larsen took over the Robocode project at SourceForge as administrator and developer in July 2006. The RobocodeNG project was dropped, but the Robocode 2006 variant, which contained a lot of contibutions from the Robocode community was merged into the official Robocode with version 1.1. Since then, a lot of new versions of Robocode has been released with more and more features and contributions from the community.

See also

External links