Lambda the Ultimate

inactiveTopic Robocode
started 9/23/2001; 12:32:29 PM - last post 9/23/2001; 12:32:29 PM
Ehud Lamm - Robocode  blueArrow
9/23/2001; 12:32:29 PM (reads: 1601, responses: 0)
Robocode
Robocode is a fun programming game that teaches Java by letting you create Java "Robots," real Java objects that battle it out onscreen against other robots. Robocode, with its snazzy graphics and hyper battles, is similar to a combination of Logo and CoreWars. While playing Robocode, you will learn how to write Java code, how to handle events, how to create inner classes, and more.

From an implementation point of view it is interesting to note the Robcode uses a custom security manager to allow custom Java classes written by anyone to run safely.

Another site has links to several more pages dedicated to Robocode.


Posted to fun by Ehud Lamm on 9/23/01; 12:33:21 PM