Tagged Questions

9
votes
1answer
2k views

Where can I find a good Robocode tutorial?

I have really enjoyed playing Robocode with my first robot. Now I want to make something a little more exciting. What's the best tutorial on making advanced robots?
2
votes
2answers
342 views

Is there are alternative to robot programming game robocode?

I dont mind if it will be turn based or real time. It just must be popular and allow to write your strategy with java language
1
vote
2answers
428 views

robocode engine: how to design (write) the runtime engine — the robot world

IBM has (had) a free learn-Java program called RoboCode, in which custom robots could be written that would then do battle in a 2D space. I would like to write the environment that supports such ...