About 53 results
Open links in new tab
  1. Need Help To Make A Good Robocode Robot - Stack Overflow

    Oct 25, 2016 · I came to ask about Robocode robots. I have a code for my robots and against 26 of my friends it came 11th. However, I want to try to make it better. I have looked over websites and …

  2. java - How to solve the 'could not find or load main class robocode ...

    Apr 3, 2020 · I am now a starter in Robocode and now I am trying to run my first robot from Eclipse. I have followed the tutorial on Robocodewiki but the Eclipse keep reporting Error: Could not find or …

  3. java - Why is Robocode running at max 1-2FPS (with target FPS slider ...

    Feb 26, 2024 · Currently testing Robocode (fresh C:\ installation). I've compiled a test robot and a sentry. However, when running battle with the robot, sentry and an interactive bot, my max FPS is 1 …

  4. java - Robocode: precision of onScannedRobot - Stack Overflow

    Robocode: precision of onScannedRobot Asked 5 years, 9 months ago Modified 5 years, 9 months ago Viewed 736 times

  5. Robocode libraries cannot be found by Robot upon runtime

    Mar 4, 2018 · Robocode will look for robot classes in your /robots folder. If your robot is located somewhere else, you need to tell Robocode where to locate these from the Robocode UI by setting …

  6. java - Why robocode is not starting? - Stack Overflow

    Jun 6, 2019 · I have installed latest Java version then tried to install Robocode from terminal and from sourceforge but in first case i got an error: java.lang.ClassNotFoundException: net.sf.robocode.core.

  7. Robocode BasicBot Going To The Middle Of The Map... Not

    Nov 20, 2020 · This is one of the classic Robocode practice questions: Going to the middle of the map. I didn't want to move twice (once for x-axis and once for y-axis), but instead get the bearing towards …

  8. Importing a jar file into robocode doesnt work - Stack Overflow

    Jun 14, 2017 · When I import the generated the jar into Robocode UI, Robot-> Import Robot. It says robot imported successfully and the jar file is copied into the robots folder. After that when I create a …

  9. java - Can't print to console in robocode - Stack Overflow

    Robocode Standard Out Each bot prints to its own console. To access a bot's console: Start a match with your bot Click the bot's tag on the panel to the right Now you should see something like this that …

  10. java - How does robocode work? - Stack Overflow

    Aug 21, 2012 · For my University course we have been given the code for the programming game robocode and we need to add features to the game to change how it is played. To do this I need to …