Python-Robocode icon indicating copy to clipboard operation
Python-Robocode copied to clipboard

A Fork of Robocode for python programming

Results 6 Python-Robocode issues
Sort by recently updated
recently updated
newest added

When working on a new robot I constantly restart the app to test the code because it is not reimported. Would be great if hitting `'Start Last Battle` would reload...

Hi, I plan on using this game with my students learning Python. At this time, a fire(n) has the following effects on health: - you lose n when firing, -...

The items on the menu bar can't work.I can not choose robots and start a new battle.Can you help me?Thanks a lot.

I wonder if the game rules are exactly same as the rules of the Java version RoboCode?http://robocode.sourceforge.net/

I'm trying to run main file, but I'm getting this error: ``` #: ~/Python-Robocode$ python main.py Traceback (most recent call last): File "main.py", line 10, in from window import MainWindow...