WOR is completely free and will remain so. Everyone is invited to join and have fun! The game is aimed at programmers, but the non-programmers will enjoy using the remote-controlled robot to try to beat the computer-controlled ones. All programmers are invited to try to write their own robots: the language used is Java, but even the beginner will find it very easy to program his robot, thanks to the many helper functions which are provided and also the examples which show you the way. |
![]() |
We are willing and ready to help everyone who has technical difficulties while trying to write a robot. So if you have any problem write to wor@earthling.net and we'll be glad to help!
RobotBrain
interface.
This interface contains a single method,
public Instructions nextMove(Feedback senses)
This method is called every time your robot wants to know what to do, i.e. at each time step.
The Feedback
contains your robot's sensory inputs: it can know its position in the map,
the position of walls on the map, even the position of the other robots and all the bullets
present in the simulation.
The Instructions
will contain the orders from your brain to the robot: should it go forward,
turn, fire?
Your orders will then be checked against some rules to make sure that you are not asking your robot to turn 180 degrees in one time step or fire at a too great rate. The rules are the following:
Read the functions list to know what functions are available to your robot.
To complete the explanation and provide you with inspiration, six example robots are provided with source code
[ English | French ]
[ Welcome | Play | Download | Introduction | Screenshots ]
Please send feedback to wor@earthling.net.
Last updated 6/19/99