Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Robocode + Python

The question is, how do you make a robot for Robocode using Python? There seem to be two options:

  • Robocode + Jython
  • Robocode for .NET + Iron Python

There's some info for the first, but it doesn't look very robust, and none for the latter. Step by step, anyone?

like image 683
Nucular Avatar asked Mar 22 '26 02:03

Nucular


1 Answers

As long as your java-class extends robocode.Robot everything is recognized as robot.

It doesn't matter where you put the class.

like image 137
Philipp Sander Avatar answered Mar 24 '26 14:03

Philipp Sander