Search results

Jump to navigation Jump to search

Page title matches

  • This guide describes how to build the Robocode game using the Eclipse IDE. == Developer's Guide for building Robocode using Eclipse ==
    20 KB (3,303 words) - 23:51, 18 September 2012
  • This guide describes how to build the Robocode game using [http://www.eclipse.org Eclipse]. ...e developer's guide available [[Robocode/Old Developers Guide for building Robocode|here]].
    19 KB (3,071 words) - 00:04, 19 September 2012
  • #REDIRECT [[Robocode/Developers Guide for building Robocode]]
    61 bytes (7 words) - 00:00, 19 September 2012
  • #REDIRECT [[Robocode/Old Developers Guide for building Robocode]]
    65 bytes (8 words) - 23:59, 18 September 2012
  • This guide describes how to build the Robocode application, i.e. the game itself. == Developer's Guide for building Robocode with IntelliJ IDEA setup ==
    4 KB (576 words) - 23:15, 24 June 2021
  • This guide show you how to modify some parts or all of your robocode without need of reinstall it. ==Developer's Guide for building Robocode==
    4 KB (568 words) - 00:43, 26 February 2009
  • <div style="font-size:170%;text-align:center">Welcome to Robocode!</div> == What is Robocode? ==
    3 KB (486 words) - 16:01, 20 October 2022
  • #REDIRECT [[Robocode/Eclipse]]
    30 bytes (3 words) - 00:23, 11 October 2008
  • #REDIRECT [[Robocode/Mac OS X]]
    31 bytes (5 words) - 03:25, 11 May 2009
  • #REDIRECT [[Robocode/Getting Started]]
    38 bytes (4 words) - 13:00, 28 November 2007
  • #REDIRECT [[:Category:Robocode Theory]]
    39 bytes (4 words) - 05:15, 12 November 2007
  • Frequently asked questions about Robocode. == [[Robocode/Download|Installing]] and [[Robocode/Getting Started|using]] ==
    23 KB (3,748 words) - 11:40, 25 October 2020
  • This page contains articles from the web about Robocode. ==== Interview with the creator of Robocode ====
    4 KB (500 words) - 23:12, 9 August 2017
  • #REDIRECT [[Robocode/Articles]]
    31 bytes (3 words) - 03:30, 11 May 2009
  • [[Category:Robocode Documentation]]
    2 KB (315 words) - 23:34, 9 August 2017
  • After [[Robocode_Download_And_Install|installing Robocode]], let's run a battle to see what the game looks like. Click the '''Battle' [[Category:Robocode Documentation]]
    983 bytes (150 words) - 04:34, 24 August 2017
  • Are you tired of Robocode's built-in editor? (You should be!) It may be time for you to start using E Once you have Eclipse installed and running, you can use it to [[Robocode/Eclipse/Create a Project|create a project]] for your robots.
    777 bytes (116 words) - 22:19, 15 August 2017
  • ...'''Robocode Repository''' is a now-defunct website that formerly hosted [[Robocode/Package Robot|robot JARs]] for download. ...https://github.com/aleksey-zhidkov/rc-repo-mirror GitHub]), and all broken Robocode Repository links on the wiki were mass-converted in 2017.
    2 KB (277 words) - 04:51, 14 October 2017
  • #REDIRECT [[Robocode/Download And Install]]
    43 bytes (5 words) - 23:39, 9 August 2017
  • | title = Distributed Robocode Sub-pages | parent = Distributed Robocode
    1 KB (195 words) - 09:23, 25 January 2013
  • These are some of the things that make Naval Robocode different from Robocode. For the discussion on Google Groups: https://groups.google.com/forum/#!topic/robocode-developers/X0Z9rSQCMMI
    10 KB (1,619 words) - 13:48, 11 February 2015
  • [[Category:Robocode Documentation]]
    57 bytes (4 words) - 22:39, 10 August 2017
  • == Robocode Plugin == ...s been created by [[User:Bnorm|Bnorm]] which automates a few pieces of the Robocode development cycle:
    1 KB (174 words) - 19:28, 17 January 2021
  • This page describes the system requirements for installing and running [[Robocode]]. == Robocode requires Java ==
    4 KB (566 words) - 22:13, 19 October 2017
  • .../robocode.sourceforge.net/docs/robocode/robocode/Robot.html#onScannedRobot(robocode.ScannedRobotEvent) <code>onScannedRobot()</code>] events when robots are de [[Category:Robocode Documentation]]
    796 bytes (121 words) - 05:35, 11 August 2017
  • This page describes how to run and use Robocode from a console. == Starting Robocode ==
    5 KB (727 words) - 23:55, 9 August 2017
  • ...tells how to create your first robot. Here's the fun stuff: This is what [[Robocode]] is all about! Robocode ships with a number of sample robots that you can look at for ideas, and to
    5 KB (855 words) - 00:17, 17 September 2017
  • ...f different strategies. It's up to you to go get them, try them out, and [[Robocode/Learning from Robots|learn]] from them. ...single bot that has ever been submitted to RoboRumble is available [http://robocode-archive.strangeautomata.com/participants-latest.zip here].
    4 KB (601 words) - 22:49, 16 October 2017
  • ...First Robot|My First Robot Tutorial]] first. You will also want to look [[Robocode Documentation|at some tutorials]] as well. The files in the robot will be extracted to <code>robocode/robots/<package name path>/</code>. You can look at them in the Robot Edito
    1 KB (219 words) - 22:39, 6 September 2017
  • ...e robot into a single JAR file. This is the ''de facto'' way to distribute Robocode robots on the Internet, and it is a requirement for [[RoboRumble/Enter The Click '''Package!''' on the last page, and Robocode will package your robot for you:
    1 KB (237 words) - 19:13, 18 August 2017
  • This page describes the game physics of [[Robocode]]. :Robocode uses the [[wikipedia:Cartesian coordinate system|Cartesian coordinate syste
    7 KB (970 words) - 06:06, 16 September 2021
  • This page describe how to add a robot project from another IDE into [[Robocode]]. == Adding your Robot Project to Robocode ==
    3 KB (472 words) - 00:30, 11 October 2008
  • This page will explain how to perform graphical debugging with [[Robocode]] using the <code>onPaint</code> method. ...>out.println()</code> statements in your code and read the output in the [[Robocode/Robot Console|console]]. This classic way of debugging is excellent in most
    7 KB (1,078 words) - 17:25, 17 August 2017
  • ...inted by the robot by using [http://robocode.sourceforge.net/docs/robocode/robocode/_RobotBase.html#out <code>out.println()</code>]. ...ixed with "<tt>SYSTEM: </tt>", so you know that the information comes from Robocode itself.
    3 KB (423 words) - 03:46, 11 August 2017
  • #REDIRECT [[Robocode/Articles]]
    31 bytes (3 words) - 03:27, 11 May 2009
  • http://pavel.savara.googlepages.com/robocode-tips1s.png http://pavel.savara.googlepages.com/robocode-tips2s.png
    1 KB (197 words) - 22:28, 10 April 2009
  • This page is a discussion of how Robocode should evolve in the future. == Robocode 2 ==
    30 KB (5,284 words) - 09:48, 22 May 2009
  • ...ure [http://www.netbeans.org/ NetBeans] in order to use it in building a [[Robocode]] robot. [[Image:Robocode-netbean1.gif]]
    3 KB (446 words) - 08:58, 15 October 2012
  • Dans Robocode, chaque bataille est constituée d'un nombre de manches, comme vous allez l [[Category:Robocode Documentation]]
    1 KB (184 words) - 21:35, 23 December 2010
  • List of known bugs of distributed robocode
    156 bytes (27 words) - 19:42, 20 September 2011
  • #REDIRECT [[Robocode/Eclipse/Running from Eclipse]]
    51 bytes (6 words) - 22:09, 9 August 2017
  • This page describes how to download and install the [[Robocode]] game. == Downloading Robocode ==
    2 KB (373 words) - 02:16, 16 August 2017
  • This page describes how to use the [[Robocode/Eclipse|Eclipse IDE]] for debugging your robots. Fortunately, this is possible to do with Robocode!
    8 KB (1,244 words) - 03:08, 17 June 2009
  • '''Public distribute robocode servers'''
    146 bytes (9 words) - 17:51, 31 August 2011
  • #REDIRECT [[Robocode/Download And Install]]
    43 bytes (5 words) - 23:39, 9 August 2017
  • {{Youtube|3qOoDuGkwco|Creating an Eclipse Robocode Project}} In order to build a [[Robocode]] robot in [http://www.eclipse.org/ Eclipse], we first have to create a '''
    5 KB (768 words) - 21:37, 29 May 2019
  • ...t in [http://www.eclipse.org/ Eclipse], and assume that you already know [[Robocode/Eclipse/Create a Project|how to create a project in Eclipse]]. ...me (here I have '''FnlBot'''), and change the '''Superclass''' field to '''robocode.Robot''':
    4 KB (567 words) - 00:56, 27 December 2015
  • This tutorial builds on top of the [[Robocode/.NET/Create_a_.NET_robot_with_Visual_Studio|'Create a .NET robot with Visua === Setting up a project for debugging with Robocode ===
    17 KB (2,761 words) - 13:29, 28 February 2021
  • Between version 1.7.2.0 and 1.9.4.0, Robocode supported robots that run under Microsoft .NET framework CLR. ...our system (see [[Robocode/System Requirements|System Requirements]] and [[Robocode/Download|Download]]).
    19 KB (3,037 words) - 13:28, 28 February 2021
  • Wondering how to run your robot in [[Robocode]] from [http://www.eclipse.org/ Eclipse]? Well this is possible! And that i ...of your launch configuration to something you remember, e.g. '''MyRobots - Robocode'''.
    5 KB (739 words) - 23:28, 3 October 2023
  • Wondering how to run your robot in [[Robocode]] from [https://www.jetbrains.com/idea/ Intellij]? Well this is possible! A Make sure Robocode is installed and can run before continuing.
    3 KB (501 words) - 23:24, 3 October 2023

Page text matches

  • This page is dedicated for describing the <code>robocode.RobotDeathEvent</code> [[Category:Robocode API]]
    141 bytes (17 words) - 01:18, 7 December 2007
  • This page is dedicated for describing the <code>robocode.JuniorRobot</code> [[Category:Robocode API]]
    137 bytes (17 words) - 01:07, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RadarTurnCompleteCondition</code> [[Category:Robocode API]]
    152 bytes (17 words) - 01:12, 7 December 2007
  • This page is dedicated for describing the <code>robocode.MessageEvent</code> [[Category:Robocode API]]
    138 bytes (17 words) - 01:07, 7 December 2007
  • This page is dedicated for describing the <code>robocode.Droid</code> [[Category:Robocode API]]
    131 bytes (17 words) - 01:04, 7 December 2007
  • This page is dedicated for describing the <code>robocode.TeamRobot</code> [[Category:Robocode API]]
    135 bytes (17 words) - 01:23, 7 December 2007
  • This page is dedicated for describing the <code>robocode.TurnCompleteCondition</code> [[Category:Robocode API]]
    147 bytes (17 words) - 01:23, 7 December 2007
  • This page is dedicated for describing the <code>robocode.Event</code> [[Category:Robocode API]]
    131 bytes (17 words) - 01:05, 7 December 2007
  • This page is dedicated for describing the <code>robocode.GunTurnCompleteCondition</code> [[Category:Robocode API]]
    150 bytes (17 words) - 01:05, 7 December 2007
  • This page is dedicated for describing the <code>robocode.WinEvent</code> [[Category:Robocode API]]
    134 bytes (17 words) - 01:24, 7 December 2007
  • This page is dedicated for describing the <code>robocode.DeathEvent</code> [[Category:Robocode API]]
    136 bytes (17 words) - 00:53, 7 December 2007
  • This page is dedicated for describing the <code>robocode.HitRobotEvent</code> [[Category:Robocode API]]
    139 bytes (17 words) - 01:06, 7 December 2007
  • This page is dedicated for describing the <code>robocode.BulletHitBulletEvent</code> [[Category:Robocode API]]
    146 bytes (17 words) - 00:51, 7 December 2007
  • This page is dedicated for describing the <code>robocode.BulletHitEvent</code> [[Category:Robocode API]]
    140 bytes (17 words) - 00:51, 7 December 2007
  • This page is dedicated for describing the <code>robocode.BulletMissedEvent</code> [[Category:Robocode API]]
    143 bytes (17 words) - 00:51, 7 December 2007
  • This page is dedicated for describing the <code>robocode.Condition</code> [[Category:Robocode API]]
    135 bytes (17 words) - 00:52, 7 December 2007
  • This page is dedicated for describing the <code>robocode.CustomEvent</code> [[Category:Robocode API]]
    137 bytes (17 words) - 00:52, 7 December 2007
  • This page is dedicated for describing the <code>robocode.HitByBulletEvent</code> [[Category:Robocode API]]
    142 bytes (17 words) - 01:06, 7 December 2007
  • This page is dedicated for describing the <code>robocode.HitWallEvent</code> [[Category:Robocode API]]
    138 bytes (17 words) - 01:07, 7 December 2007
  • This page is dedicated for describing the <code>robocode.MoveCompleteCondition</code> [[Category:Robocode API]]
    147 bytes (17 words) - 01:08, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RobocodeFileOutputStream</code> [[Category:Robocode API]]
    150 bytes (17 words) - 01:14, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RobocodeFileWriter</code> [[Category:Robocode API]]
    144 bytes (17 words) - 01:16, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RobocodeListener</code> [[Category:Robocode API]]
    142 bytes (17 words) - 01:16, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RobotStatus</code> [[Category:Robocode API]]
    137 bytes (17 words) - 01:20, 7 December 2007
  • This page is dedicated for describing the <code>robocode.Rules</code> [[Category:Robocode API]]
    131 bytes (17 words) - 01:20, 7 December 2007
  • This page is dedicated for describing the <code>robocode.ScannedRobotEvent</code> [[Category:Robocode API]]
    143 bytes (17 words) - 01:21, 7 December 2007
  • This page is dedicated for describing the <code>robocode.SkippedTurnEvent</code> [[Category:Robocode API]]
    142 bytes (17 words) - 01:21, 7 December 2007
  • This page is dedicated for describing the <code>robocode.StatusEvent</code> [[Category:Robocode API]]
    137 bytes (17 words) - 01:22, 7 December 2007
  • This page is dedicated for describing the <code>robocode.control.BattlefieldSpecification</code> [[Category:Robocode API]]
    158 bytes (18 words) - 00:50, 7 December 2007
  • This page is dedicated for describing the <code>robocode.control.BattleSpecification</code> [[Category:Robocode API]]
    153 bytes (18 words) - 00:50, 7 December 2007
  • This page is dedicated for describing the <code>robocode.control.RobocodeEngine</code> [[Category:Robocode API]]
    148 bytes (18 words) - 01:14, 7 December 2007
  • This page is dedicated for describing the <code>robocode.control.RobotResults</code> [[Category:Robocode API]]
    146 bytes (18 words) - 01:19, 7 December 2007
  • This page is dedicated for describing the <code>robocode.control.RobotSpecification</code> [[Category:Robocode API]]
    152 bytes (18 words) - 01:19, 7 December 2007
  • This page is dedicated for describing the <code>robocode.util.Utils</code> [[Category:Robocode API]]
    136 bytes (18 words) - 01:24, 7 December 2007
  • This page describe how to add a robot project from another IDE into [[Robocode]]. == Adding your Robot Project to Robocode ==
    3 KB (472 words) - 00:30, 11 October 2008
  • This guide show you how to modify some parts or all of your robocode without need of reinstall it. ==Developer's Guide for building Robocode==
    4 KB (568 words) - 00:43, 26 February 2009
  • This page is dedicated for describing the <code>ar.robocode.cachecleaner.CacheCleaner</code> [[Category:Robocode API]]
    154 bytes (19 words) - 00:52, 7 December 2007
  • == Robocode Plugin == ...s been created by [[User:Bnorm|Bnorm]] which automates a few pieces of the Robocode development cycle:
    1 KB (174 words) - 19:28, 17 January 2021
  • http://pavel.savara.googlepages.com/robocode-tips1s.png http://pavel.savara.googlepages.com/robocode-tips2s.png
    1 KB (197 words) - 22:28, 10 April 2009
  • Are you tired of Robocode's built-in editor? (You should be!) It may be time for you to start using E Once you have Eclipse installed and running, you can use it to [[Robocode/Eclipse/Create a Project|create a project]] for your robots.
    777 bytes (116 words) - 22:19, 15 August 2017
  • ...ure [http://www.netbeans.org/ NetBeans] in order to use it in building a [[Robocode]] robot. [[Image:Robocode-netbean1.gif]]
    3 KB (446 words) - 08:58, 15 October 2012
  • ...ree file and tell you how compile it (or better, how compile your personal robocode's MOD) : You should be able to submit your changes as a patch on RoboCode's SourceForge website. That's the best place to catch their attention. --
    1 KB (152 words) - 07:52, 11 December 2008
  • ...ch round, ignoring bullet damage, ram damage, and other elements of normal Robocode scoring.
    237 bytes (36 words) - 20:50, 23 April 2010
  • This page describes how to download and install the [[Robocode]] game. == Downloading Robocode ==
    2 KB (373 words) - 02:16, 16 August 2017
  • Here is a list of events, minor or major, that happened with Robocode/the Robowiki in 2010. Please add to this list! ...f [http://twitter.com/robocode @robocode on Twitter] to post updates about Robocode development.
    1 KB (179 words) - 02:39, 10 August 2017
  • This page contains articles from the web about Robocode. ==== Interview with the creator of Robocode ====
    4 KB (500 words) - 23:12, 9 August 2017
  • ...t in [http://www.eclipse.org/ Eclipse], and assume that you already know [[Robocode/Eclipse/Create a Project|how to create a project in Eclipse]]. ...me (here I have '''FnlBot'''), and change the '''Superclass''' field to '''robocode.Robot''':
    4 KB (567 words) - 00:56, 27 December 2015
  • This guide describes how to build the Robocode application, i.e. the game itself. == Developer's Guide for building Robocode with IntelliJ IDEA setup ==
    4 KB (576 words) - 23:15, 24 June 2021
  • Wondering how to run your robot in [[Robocode]] from [https://www.jetbrains.com/idea/ Intellij]? Well this is possible! A Make sure Robocode is installed and can run before continuing.
    3 KB (501 words) - 23:24, 3 October 2023
  • <div style="font-size:170%;text-align:center">Welcome to Robocode!</div> == What is Robocode? ==
    3 KB (486 words) - 16:01, 20 October 2022
  • This page is dedicated for describing the <code>robocode.AdvancedRobot</code> This will allow you to access setXXX() methods, as well as other parts of Robocode.
    589 bytes (74 words) - 03:27, 26 March 2016
  • The most important news in my opinion was that [[Robocode]] went open source, see OpenSourceRobocode. --[[GrubbmGait]] ...tant thing for me, of course, was that I happened to take a second look at Robocode after an off-hand mention to some classmates. I never would have thought I'
    442 bytes (70 words) - 23:31, 29 September 2013
  • [http://www.casepool.de/robocode/wompi.TassieDevils_1.6.jar| TassieDevils 1.6] Size: 1996 <font color="#8A08 [http://www.casepool.de/robocode/wompi.TassieDevils_1.5.jar| TassieDevils 1.5] Size: 1888 <font color="#8A08
    2 KB (261 words) - 14:40, 6 June 2012
  • #REDIRECT [[Robocode/Mac OS X]]
    31 bytes (5 words) - 03:26, 11 May 2009
  • #REDIRECT [[Robocode/Mac OS X]]
    31 bytes (5 words) - 03:25, 11 May 2009
  • #REDIRECT [[Robocode/Getting Started]]
    38 bytes (4 words) - 13:00, 28 November 2007
  • #REDIRECT [[Robocode/Articles]]
    31 bytes (3 words) - 03:30, 11 May 2009
  • #REDIRECT [[Robocode/Eclipse]]
    30 bytes (3 words) - 00:23, 11 October 2008
  • #REDIRECT [[Robocode/Articles]]
    31 bytes (3 words) - 03:27, 11 May 2009
  • #REDIRECT [[Robocode Repository]]
    33 bytes (3 words) - 03:47, 14 October 2017
  • #REDIRECT [[Robocode/Scoring]]
    30 bytes (3 words) - 20:48, 1 August 2017
  • #REDIRECT [[Robocode/FAQ]]
    26 bytes (3 words) - 04:15, 28 August 2017
  • #REDIRECT [[:Category:Robocode Theory]]
    39 bytes (4 words) - 05:15, 12 November 2007
  • [[Category:Robocode Documentation]]
    57 bytes (4 words) - 22:39, 10 August 2017
  • #REDIRECT [[Robocode/Game Physics]]
    35 bytes (4 words) - 05:55, 6 October 2017
  • #REDIRECT [[Robocode/Download And Install]]
    43 bytes (5 words) - 23:39, 9 August 2017
  • #REDIRECT [[Robocode/Download And Install]]
    43 bytes (5 words) - 23:39, 9 August 2017
  • <center>[http://jgap.sf.net/doc/robocode/robocode.html http://testwiki.roborumble.org/w/images/7/73/RobocodeJGAP.png]</center ...obocode/robocode.html RobocodeJGAP] is an approach to automatically evolve Robocode via the Genetic Programming engine JGAP (Java Genetic Algorithms and Geneti
    2 KB (347 words) - 19:39, 14 December 2008
  • Wondering how to run your robot in [[Robocode]] from [http://www.eclipse.org/ Eclipse]? Well this is possible! And that i ...of your launch configuration to something you remember, e.g. '''MyRobots - Robocode'''.
    5 KB (739 words) - 23:28, 3 October 2023
  • #REDIRECT [[Robocode/Game Physics#Time and distance]]
    53 bytes (7 words) - 23:01, 24 August 2017
  • #REDIRECT [[Robocode/Game Physics#Time and distance]]
    53 bytes (7 words) - 23:01, 24 August 2017
  • * Fix up bot to work with Robocode 1.9.2.5 rather than 1.9.3.0. '''RoboRumble: - ??? (Wrong robocode version)'''
    526 bytes (64 words) - 11:40, 10 December 2017
  • {{Youtube|3qOoDuGkwco|Creating an Eclipse Robocode Project}} In order to build a [[Robocode]] robot in [http://www.eclipse.org/ Eclipse], we first have to create a '''
    5 KB (768 words) - 21:37, 29 May 2019
  • Found one in [[Robocode]]? Report it [https://sourceforge.net/tracker/?func=add&group_id=37202&atid == Bugs in Robocode ==
    1 KB (187 words) - 18:51, 11 November 2010
  • This page is dedicated for describing the <code>robocode.Robot</code> [[Category:Robocode API]]
    131 bytes (17 words) - 18:11, 23 July 2011
  • In Robocode, robots are allowed to read from and write to files on the local disk, up t ...the robocode.properties file (currently under robocode/config, formerly in robocode root directory). It is also possible to package your robot with data alread
    2 KB (412 words) - 07:59, 18 May 2009
  • ...First Robot|My First Robot Tutorial]] first. You will also want to look [[Robocode Documentation|at some tutorials]] as well. The files in the robot will be extracted to <code>robocode/robots/<package name path>/</code>. You can look at them in the Robot Edito
    1 KB (219 words) - 22:39, 6 September 2017
  • '''RobocodeX''' is a modern front-end of robocode, formally known as [[RobocodeGL/2.0]]. It is currently in early development # [https://github.com/robocode-dev/tank-royale Robocode Tank Royale] support
    605 bytes (78 words) - 10:36, 20 August 2022
  • | title = Distributed Robocode Sub-pages | parent = Distributed Robocode
    1 KB (195 words) - 09:23, 25 January 2013
  • return Math.ceil(distanceToEnemy / robocode.Rules.getBulletSpeed(bulletPower)); == Notes about Robocode physics ==
    1 KB (215 words) - 23:06, 24 August 2017
  • ...gue (http://user.cs.tu-berlin.de/~lulli/roboleague/) is a tools to run a [[Robocode]] league.
    110 bytes (17 words) - 16:47, 11 June 2009
  • ...ry difficult, because Robocode bots cannot "see" mid-air bullets. In fact, Robocode does not even tell you that an enemy fired a bullet, but it can be deduced ...Event bhe)</code> method. You can calculate the energy he loses with <code>robocode.Rules.getBulletDamage(bhe.getBullet().getPower())</code>, equal to ((4 * bu
    4 KB (649 words) - 21:50, 28 April 2009
  • ...|LogitBoost]] exist, but none are yet known to be known to have be used in Robocode. It has been speculated that it may be a new way to possibly improve robot == Leveraging Algorithms in Robocode ==
    2 KB (299 words) - 15:36, 12 August 2009
  • Here is a list of events, minor or major, that happened to Robocode/RoboWiki in 2013: * Robocode 1.8.0.0 was released, including a move to Java 6.
    954 bytes (143 words) - 18:12, 9 January 2014
  • .super robocode/AdvancedRobot invokenonvirtual robocode/AdvancedRobot/<init>()V
    3 KB (397 words) - 07:29, 30 April 2013
  • #REDIRECT [[Robocode/Eclipse/Running from Eclipse]]
    51 bytes (6 words) - 22:09, 9 August 2017
  • ...e robot into a single JAR file. This is the ''de facto'' way to distribute Robocode robots on the Internet, and it is a requirement for [[RoboRumble/Enter The Click '''Package!''' on the last page, and Robocode will package your robot for you:
    1 KB (237 words) - 19:13, 18 August 2017
  • ...'''Robocode Repository''' is a now-defunct website that formerly hosted [[Robocode/Package Robot|robot JARs]] for download. ...https://github.com/aleksey-zhidkov/rc-repo-mirror GitHub]), and all broken Robocode Repository links on the wiki were mass-converted in 2017.
    2 KB (277 words) - 04:51, 14 October 2017
  • params='-Xmx512M -cp libs/robocode.jar:libs/roborumble.jar:libs/bcel-6.2.jar:libs/codesize-1.2.jar -XX:+Ignore rm -rf robocode-$i/roborumble;
    1 KB (155 words) - 11:25, 20 July 2019
  • This page describes how to run and use Robocode from a console. == Starting Robocode ==
    5 KB (727 words) - 23:55, 9 August 2017
  • List of known bugs of distributed robocode
    156 bytes (27 words) - 19:42, 20 September 2011
  • This page describes how to use the [[Robocode/Eclipse|Eclipse IDE]] for debugging your robots. Fortunately, this is possible to do with Robocode!
    8 KB (1,244 words) - 03:08, 17 June 2009
  • ...inted by the robot by using [http://robocode.sourceforge.net/docs/robocode/robocode/_RobotBase.html#out <code>out.println()</code>]. ...ixed with "<tt>SYSTEM: </tt>", so you know that the information comes from Robocode itself.
    3 KB (423 words) - 03:46, 11 August 2017
  • ...this "easter egg" can be found in setFireImpl() in BasicRobotProxy.java of robocode. import robocode.*;
    924 bytes (121 words) - 06:44, 31 December 2017
  • '''Public distribute robocode servers'''
    146 bytes (9 words) - 17:51, 31 August 2011
  • * '''March 20, 2019''' - [[User:Slugzilla]] entered the [[Robocode]] community!
    249 bytes (29 words) - 23:33, 31 July 2019
  • ...s is not foolproof - since turn rate is limited in [[Robocode/Game Physics|Robocode physics]], you could still hit the wall on your way to your destination.
    840 bytes (139 words) - 20:03, 12 February 2011
  • A technique used by most [[Wave Surfing]] robots. Using [[Robocode]] physics to precisely predict your bot's position, to determine where you ..._code#Movement_Predictor|Nat's Movement Predictor]] with rules from latest Robocode.
    890 bytes (130 words) - 04:49, 6 December 2012
  • === [[Robocode/Scoring|Scoring]] ===
    2 KB (252 words) - 01:31, 31 October 2008
  • * [[User:FlemmingLarsen|Flemming N. Larsen]], who has contributed lots of [[Robocode]] info and tutorials to the wiki. * [[User:PEZ|PEZ]], founder of the [[RoboWiki]], pillar of the [[Robocode]] community. =)
    1 KB (217 words) - 15:12, 21 May 2009
  • This page describes the system requirements for installing and running [[Robocode]]. == Robocode requires Java ==
    4 KB (566 words) - 22:13, 19 October 2017
  • ...a simulated bullet, that may or may not correspond to a real or predicted Robocode bullet.
    201 bytes (33 words) - 02:21, 17 September 2017
  • After [[Robocode_Download_And_Install|installing Robocode]], let's run a battle to see what the game looks like. Click the '''Battle' [[Category:Robocode Documentation]]
    983 bytes (150 words) - 04:34, 24 August 2017
  • ...found out that it almost same ideas of SRAL. So, "the later you come into robocode, the harder you will find new ideas." =) &raquo; <span style="font-size:0.9
    619 bytes (103 words) - 15:31, 11 March 2009
  • A bullet in Robocode is a line segment from the point where the bullet starts a tick, to the poi This page is dedicated for describing the <code>robocode.Bullet</code>
    1 KB (162 words) - 16:06, 18 February 2013
  • # [https://github.com/robocode-dev/tank-royale Robocode Tank Royale] support
    340 bytes (42 words) - 10:11, 20 August 2022
  • Here is a list of events, minor or major, that happened in robocode/robowiki 2008: *First robocode release of this year: 1.5.2.
    2 KB (217 words) - 23:30, 29 September 2013
  • ...o run fast with multi-threading and persistent Robocode engines, using the Robocode control API. * [wontfix] robocode 1.9.4.2 has some bugs (fixed in 1.9.4.3), making it incompatible with robor
    4 KB (637 words) - 16:38, 24 January 2023
  • ...bility distribution of some continuous variable. The usage of histogram in robocode is called [[VCS]].
    217 bytes (30 words) - 15:26, 30 September 2017
  • [[Image:Radar.png|thumb|right|300px|Radar in [[Robocode]]]] ...)</code> method has the lowest event priority of all the event handlers in Robocode, so it is the last one to be triggered each tick.
    4 KB (662 words) - 03:01, 28 August 2017
  • ...e selector after packaging''', so including version number) and the URL or Robocode Repository id, separated by "," (there must be no space after the comma). P abc.Shadow 3.83c,http://robocode.aclsi.pt/abc.Shadow_3.83c.jar
    4 KB (524 words) - 16:37, 20 February 2024
  • ...code assembler for the Java Virtual Machine, and is quite capable creating robocode robots in. Only generally relevant to Nano competitions.
    367 bytes (54 words) - 08:00, 14 December 2012
  • This page describes the game physics of [[Robocode]]. :Robocode uses the [[wikipedia:Cartesian coordinate system|Cartesian coordinate syste
    7 KB (970 words) - 06:06, 16 September 2021
  • ...s an open source bot-development framework, aims at easing the gap between robocode and modern machine learning techniques. Currently building a competitive ro ...record battles (even in [[RoboRunner]] and [[RoboRumble]]), and replay in robocode like a video with backward, forward, slo-mo, etc.
    1 KB (159 words) - 07:21, 16 July 2021
  • ...info about bullet damage and scoring, see [[Robocode/Game Physics]] and [[Robocode/Scoring]]. For info about different movement techniques, see [[:Category:Mo [[Melee]] and [[One-on-one|1v1]] are the most explored Robocode rule sets, so most movement algorithms are designed for one of them. Other
    3 KB (480 words) - 10:20, 25 August 2014
  • ...e selector after packaging''', so including version number) and the URL or Robocode Repository id, separated by "," (there must be no space after the comma). P abc.Shadow 3.84i,http://robocode.aclsi.pt/abc.Shadow_3.84i.jar
    4 KB (505 words) - 17:59, 24 February 2018
  • :I prefer Dropbox for hosting robocode robots for many reasons. :2) Press the upload button and from the robocode/robots directory choose the version you want to upload.
    1 KB (192 words) - 11:14, 30 July 2018
  • : ''Robocode is just another name of movement. '' ...wVelocity" and related functions, which have to be exactly the same as the robocode engine (as long as I don't control velocity all by myself). Credits will gi
    2 KB (331 words) - 07:13, 10 October 2017
  • ...ly hit an enemy bot, given the [[Robocode/Game Physics|Game Physics]] of [[Robocode]]. [[Category:Robocode Theory]]
    2 KB (404 words) - 14:39, 5 September 2012
  • First let me start with a big thanks to every one on the Robocode community, this has become my favorite ''game'' by far, and if it weren't b
    818 bytes (113 words) - 14:39, 21 April 2009
  • ...Combat is a competition designed as an extension to the educational game - Robocode, where robotic tanks are programmed in JAVA to battle against other tanks i New features added to Robocode: Obstacles, Capturing the enemy flag, new rules.
    1 KB (214 words) - 09:05, 30 January 2011
  • ...Support for languages which don't have a compiler will require changes to Robocode which nobody has yet volunteered to implement. The easiest way to add a language's runtime to Robocode's CLASSPATH is to edit the starter script. Make sure you add the path to yo
    8 KB (1,061 words) - 08:36, 2 March 2021
  • <div style="font-size:16px;">''Collecting Robocode knowledge since 2003.''</div> * '''[[Robocode/Getting Started|Getting Started]]'''
    9 KB (1,302 words) - 23:34, 3 October 2023
  • A decrease of energy observed in another robot. Because Robocode robots cannot see mid-air bullets, the only way to detect that a bullet was * [[Robocode/Game Physics]]
    1 KB (203 words) - 12:39, 12 December 2012
  • [http://www.robocoderepository.com/BotDetail.jsp?id=2310 BeeRRGC on Robocode Repository] ...ere: [http://www.robocoderepository.com/BotDetail.jsp?id=2218 RaikoRRGC on Robocode Repository]
    2 KB (207 words) - 20:05, 31 July 2009
  • Here is a list of events, minor or major, that happened in robocode/robowiki 2009: * Robocode 1.7 released with completely re-modularize under the Dependency Injection D
    3 KB (523 words) - 23:29, 29 September 2013
  • Dans Robocode, chaque bataille est constituée d'un nombre de manches, comme vous allez l [[Category:Robocode Documentation]]
    1 KB (184 words) - 21:35, 23 December 2010
  • ...ival, but bullet damage itself is also very relevant to [[Robocode/Scoring|Robocode scoring]], so it can be difficult to choose the optimal fire power in all s * In Robocode, a bullet can be fired with any amount of energy between 0.1 and 3.0.
    2 KB (310 words) - 17:37, 29 April 2024
  • ...tells how to create your first robot. Here's the fun stuff: This is what [[Robocode]] is all about! Robocode ships with a number of sample robots that you can look at for ideas, and to
    5 KB (855 words) - 00:17, 17 September 2017
  • Setup should be as simple as unzipping to a fresh directory and cloning a Robocode install with setup.sh. For example: ...the copies. When you execute RoboRunner, one thread will be used for each Robocode install.
    4 KB (667 words) - 03:51, 13 August 2012
  • ...heir movement frequently. So, in order to match general description above, robocode's rolling average only considers the last set of points to be averaged. Rolling Averages were brought to the [[Robocode]] community by [[User:Paul Evans|Paul Evans]]. The first averaging code pub
    6 KB (857 words) - 03:10, 4 December 2012
  • ...nament that was part of ITBHU's Codefest 2011, using a modified version of Robocode with a team-based Capture the Flag rule set.
    403 bytes (60 words) - 22:25, 1 April 2011
  • ...th>(1.0 + (bullet power / 5))</math> gun heat. The default cooling rate in Robocode is 0.1 per tick.
    341 bytes (59 words) - 23:11, 6 June 2012
  • Just add your team name ('''as appears in the Robocode selector after packaging, without 'Team:'''', so including version number) The easiest way to do this is to package your bot with Robocode (Robot -> Package robot for upload).
    7 KB (872 words) - 21:10, 4 March 2024
  • The Robocode Outpost league started but was later discontinued.
    611 bytes (79 words) - 23:31, 29 September 2013
  • ...info about bullet damage and scoring, see [[Robocode/Game Physics]] and [[Robocode/Scoring]]. * '''Choosing a firing angle''' ‒ The crux of Robocode targeting.
    4 KB (587 words) - 01:16, 28 August 2017
  • ...vide an author name, bot name, and URL that the bot may be retrieved from (Robocode Repository or personal). This also goes for new versions or bots for an ex
    1 KB (187 words) - 21:21, 14 January 2008
  • ...served as guidance to other Robocoders, accelerating the evolution of many Robocode concepts. The rapid evolution of [[NanoBots]] was largely impacted by many ...erent times. It served as an excellent guide to advanced concepts for many Robocode authors.
    3 KB (540 words) - 04:48, 12 August 2017
  • http://home.comcast.net/~kokyunage/robocode/wiki.team.communication.zip ...tion, for my pedersen.* line of bots. Otherwise I get runtime errors when Robocode starts. It is fairly easy to drag the files to a new location within Eclip
    1 KB (188 words) - 19:29, 13 February 2008
  • ...f different strategies. It's up to you to go get them, try them out, and [[Robocode/Learning from Robots|learn]] from them. ...single bot that has ever been submitted to RoboRumble is available [http://robocode-archive.strangeautomata.com/participants-latest.zip here].
    4 KB (601 words) - 22:49, 16 October 2017
  • This measurement is now integrated into Robocode. The code size is displayed when you package a robot or team, along with th
    727 bytes (105 words) - 17:59, 27 June 2018
  • Just add your team name ('''as appears in the Robocode selector after packaging, without 'Team:'''', so including version number) The easiest way to do this is to package your bot with Robocode (Robot -> Package robot for upload).
    4 KB (572 words) - 13:12, 13 June 2021
  • * [[Robocode/Scoring|Robocode scoring]] * [[Robocode/Game Physics|Robocode physics]]
    3 KB (507 words) - 22:28, 25 September 2017
  • This tutorial builds on top of the [[Robocode/.NET/Create_a_.NET_robot_with_Visual_Studio|'Create a .NET robot with Visua === Setting up a project for debugging with Robocode ===
    17 KB (2,761 words) - 13:29, 28 February 2021
  • Note that in [[Robocode/Game Physics|Robocode physics]], bullets act as a line segment. Between ticks: * Robocode checks for collisions - any intersection of a bullet line segment and a rob
    3 KB (434 words) - 07:04, 26 November 2012
  • You should consider contributing to RoboRumble and the Robocode community, by donating spare computer time to execute battles between bots ...f the version of Robocode ([http://sourceforge.net/projects/robocode/files/robocode/ download]) that matches what [http://literumble.appspot.com/RumbleStats Li
    3 KB (471 words) - 08:33, 13 June 2021
  • : August 20, 2013: Since robocode repository is down, and all my bots were created recently, I am unable to r : September 17, 2013: seems fine now. Eagle 1.0.6 is available on Robocode Repository, but not the twinduel version.
    2 KB (269 words) - 05:12, 20 September 2013
  • ...t the history of Robocode, for the my first robot tutorial, please visit [[Robocode/My First Robot]].'' ...h firepower calculation, but merely confuses the old bots in the current [[Robocode]].
    4 KB (556 words) - 13:58, 27 August 2009
  • This guide describes how to build the Robocode game using [http://www.eclipse.org Eclipse]. ...e developer's guide available [[Robocode/Old Developers Guide for building Robocode|here]].
    19 KB (3,071 words) - 00:04, 19 September 2012
  • This page will explain how to perform graphical debugging with [[Robocode]] using the <code>onPaint</code> method. ...>out.println()</code> statements in your code and read the output in the [[Robocode/Robot Console|console]]. This classic way of debugging is excellent in most
    7 KB (1,078 words) - 17:25, 17 August 2017
  • Password is '''robocode''', you should change it as soon. Or you could follow the guide below. jk.mega.DrussGT 2.0.4,<nowiki>http://www.minifly.rchomepage.com/robocode/jk.mega.DrussGT_2.0.4.jar</nowiki>
    4 KB (655 words) - 15:31, 19 July 2011
  • This guide describes how to build the Robocode game using the Eclipse IDE. == Developer's Guide for building Robocode using Eclipse ==
    20 KB (3,303 words) - 23:51, 18 September 2012
  • ...t system is fairly simple, each component simplify has the raw events from robocode forwarded, like most robots' component system do. ...cing. However, the horizontal slicing part is listening to raw events from robocode directly, as 'read-only' services do, which complicates the information sha
    3 KB (464 words) - 02:28, 25 April 2020
  • ...- i.e., the likelihood that the enemy fired at various angles. (Note that Robocode bots cannot see bullets in the air.) [[User:ABC|ABC]] was the first to implement true Wave Surfing in a Robocode bot when he added it to [[Shadow]] in mid-2004. As of April, 2010, the top
    2 KB (291 words) - 19:19, 31 December 2012
  • '''RobocodeGL''' is a project that aims at recreating robocode UI for modern devices.
    851 bytes (113 words) - 02:28, 25 April 2020
  • ...P But this comment is about another thing,it seems that I have to have the robocode security disabled to test my underdevelopment team against Polylunar! Acces ...sues like that here and I've tested it on a few different installations of Robocode 1.6.0 none of with with security disabled. Are there any other details to t
    7 KB (1,158 words) - 19:31, 6 September 2017
  • Here is a list of events, minor or major, that happened with Robocode/the Robowiki in 2011. Please add to this list! * Robocode progressed to 1.7.3.3, Roborumble allows versions 1.7.3.0 and 1.7.3.2
    2 KB (290 words) - 23:29, 29 September 2013
  • ...]] data logging algorithms. Currently, the most popular type of kd-tree in Robocode is the Bucket PR kd-tree. There are several implementations of kd-tree around Robocode's community, and most if not all of them are bucket PR kd-trees:
    4 KB (638 words) - 18:54, 4 October 2013
  • | download_link = Robocode repository ...et some, but I'm not so sure how since I'm just a beginner to TwinDuel and RoboCode itself.
    2 KB (325 words) - 01:11, 3 October 2013
  • * Everything else set to Robocode defaults
    1 KB (183 words) - 13:41, 14 March 2009
  • * 0.9.1 - For some reason Robocode didn't like the FloodHT 0.9 jar, so I made a new one - only difference is o * 0.9.2 - Robocode 1.0.6 specifically didn't like this version. Hopefully this is the last su
    2 KB (356 words) - 15:55, 30 September 2017
  • Between version 1.7.2.0 and 1.9.4.0, Robocode supported robots that run under Microsoft .NET framework CLR. ...our system (see [[Robocode/System Requirements|System Requirements]] and [[Robocode/Download|Download]]).
    19 KB (3,037 words) - 13:28, 28 February 2021
  • ...lanation how to check if an enemy fired can be found in the [[Robocode/FAQ|Robocode FAQ]].
    2 KB (330 words) - 07:47, 26 September 2017
  • ...be seen as breakthroughs, but they add up to a huge net improvement in the Robocode state of the art. ...s since ~2005, it will be clear that innovation is still alive and well in Robocode.
    6 KB (878 words) - 03:17, 27 February 2024
  • * [[Robocode/My First Robot|My First Robot Tutorial]]
    977 bytes (105 words) - 22:31, 24 October 2017
  • The ultimate collaborative effort to have a live, up-to-date ranking of [[Robocode]] bots. It uses the power of available Robocoders' computers to distribute
    1 KB (165 words) - 15:03, 13 May 2014
  • * '''January 1, 2017''' ‒ Robocode 1.9.2.6 released. No feature changes. ...87/ one bug in Robocode] was identified (and [https://github.com/robo-code/robocode/commit/a69d8e85bd65b33d432110de4a7befe39009dee5 promptly patched]).
    7 KB (908 words) - 12:30, 15 January 2018
  • ...nd will be packaged as a JAR file to be linked to in the same manner as <i>robocode.jar</i> during development.
    2 KB (307 words) - 21:15, 14 January 2008
  • | download_link = http://robocode-archive.strangeautomata.com/robots/ags.polylunar.Polylunar_1.6.jar :* It has a [[Precise Prediction]] [[Robocode/Game Physics|Robocode physics]] simulator.
    4 KB (587 words) - 00:16, 19 October 2017
  • ...nly final robot programs are tested against specified set of robots in the Robocode. Results of testing are used in the evolution process as fitness values. ...s/eurogprobo-final.pdf] ''GP-Robocode: Using Genetic Programming to Evolve Robocode Players'' by Yehonatan Shichel, Eran Ziserman, and Moshe Sipper
    6 KB (754 words) - 07:14, 21 August 2017
  • First let me start with a big thanks to every one on the Robocode community, this has become my favorite ''game'' by far, and if it weren't b
    906 bytes (128 words) - 01:14, 25 August 2009
  • .../robocode.sourceforge.net/docs/robocode/robocode/Robot.html#onScannedRobot(robocode.ScannedRobotEvent) <code>onScannedRobot()</code>] events when robots are de [[Category:Robocode Documentation]]
    796 bytes (121 words) - 05:35, 11 August 2017
  • ...to make this into a JAR that can just be dropped into another project, but Robocode doesn't seem to let you do this in development mode. :( : Since the last time I touched Robocode, Java annotations have become a thing. So I'm currently overhaulting Plugga
    4 KB (589 words) - 19:21, 13 May 2016
  • Roskilde is my first attempt to build a Robocode Bot.<br>
    766 bytes (111 words) - 21:22, 9 October 2010
  • ...olution graphics with Retina support and smooth animation (V-Sync), giving Robocode awesome looking on 4K displays.
    849 bytes (127 words) - 06:47, 22 January 2022
  • Here is a list of events, minor or major, that happened to Robocode/RoboWiki in 2012: ...lk about the [[Raspberry Pi]]. Some effort and bug fixes went into getting Robocode to run on it, but it probably needs new graphics and maybe improved Java su
    2 KB (350 words) - 23:29, 29 September 2013
  • | download_link = http://jeromelavigne.ca/robocode/darkcanuck.Leon_1.01.jar ...aul since I broke many of Leon's classes with the CPU constant problems in Robocode version 1.5.0-1.5.3
    4 KB (608 words) - 08:26, 30 April 2009
  • [http://www.casepool.de/robocode/wompi.Wallaby_5.1.jar| Wallaby 5.1] Size: 747 <font color="#0B610B">(succe [http://www.casepool.de/robocode/wompi.Wallaby_5.0.jar| Wallaby 5.0] Size: 747 <font color="#8A0808(">(fail
    21 KB (2,696 words) - 08:37, 10 September 2012
  • ...re advanced movement (e.g. [[Random Movement]]) if it fails. This boosts [[Robocode/Scoring|scores]] against HOT targeters (as much as 90%+ scores), while perf
    1,008 bytes (145 words) - 09:49, 25 September 2017
  • The development of Robocode continued, thanx to [[Fnl]], and one of the most appealing add-ons are the
    1 KB (154 words) - 23:30, 29 September 2013
  • I made [[RobocodeGL/2.0|my own robocode]]. Space key pause, long press slo-mo, this is what I do every day. I can't ...ithm is optimized to its best, you get the best robot. So just be patient. Robocode isn't a competition, it's a journey.
    2 KB (362 words) - 16:23, 29 January 2022
  • The problem with dynamic overclocking is it distorts Robocode engine CPU constant estimation, leading to inaccurate skipped turns calcula You may also want to erase <b>config/robocode.properties</b> so CPU constant is recalculated using fixed CPU speed.
    855 bytes (133 words) - 03:01, 8 December 2012
  • * Fix Robocode version to match RoboRumble. '''RoboRumble: - ??? (Wrong robocode version)'''
    2 KB (327 words) - 02:28, 25 April 2020
  • [[KdTree]]s were introduced to Robocode, making huge DynamicClustering logs possible.
    1 KB (156 words) - 23:30, 29 September 2013
  • : No download link at the moment cus Robocode Repository is down.
    1 KB (154 words) - 21:29, 22 August 2012
  • ...ng was one of the most powerful targeting strategies in the early days of Robocode. It is the most powerful method among [[NanoBots]] and one of the best amon ...952/www-106.ibm.com/developerworks/library/j-pattrec.html Secrets from the Robocode masters: Advanced targeting -- Pattern recognition]
    3 KB (465 words) - 20:48, 24 June 2012
  • These are some of the things that make Naval Robocode different from Robocode. For the discussion on Google Groups: https://groups.google.com/forum/#!topic/robocode-developers/X0Z9rSQCMMI
    10 KB (1,619 words) - 13:48, 11 February 2015
  • ** placed 5th in the Pro League at the Robocode Outpost, season 5, behind SandboxDT, Princess, Cigaret, and (narrowly) Dale ** took 4th in the Pro league of the Robocode Outpost, season 7. In doing this, it managed to get second in bullet damag
    8 KB (1,283 words) - 22:34, 14 May 2009
  • ....org/wiki/Carl_Friedrich_Gauss Gauss] since statistics are so important in Robocode.
    2 KB (298 words) - 01:22, 23 April 2009
  • ...he position of your target relative to your position. Keep in mind that in Robocode, "north" is zero degrees (radians) and clockwise is a positive angle. This Space and time is not continuous in Robocode, but the discrete steps are small enough that we can approximate the above
    5 KB (855 words) - 05:22, 3 August 2009
  • ...what I did with my time. The only difference was that I spent more time in Robocode than my thesis :), but still worked on both and didn't go anywhere. --[[Use
    2 KB (364 words) - 03:10, 16 April 2009
  • ...current issues, discussions, tournaments, or anything else going on in the Robocode / RoboWiki community.
    1 KB (189 words) - 20:37, 16 August 2017
  • ...Wall Smoothing/Exact]] is capable of this situation, as it simulates exact robocode physics and gives you the max capabilities near wall, therefore can be used
    1 KB (214 words) - 16:37, 26 January 2024
  • Frequently asked questions about Robocode. == [[Robocode/Download|Installing]] and [[Robocode/Getting Started|using]] ==
    23 KB (3,748 words) - 11:40, 25 October 2020
  • ...n. But the maximum GF-angle calculation includes the calculation of exact (Robocode) physics and BattleField size restrictions.
    1 KB (178 words) - 12:11, 23 September 2011
  • <p>In the early days of Robocode, one of the frustrating things about trying to excel in melee was that the
    2 KB (259 words) - 16:05, 16 September 2017
  • However, step 3 isn't quite right. Robocode checks for bullet collisions by iterating through bullets in a random order
    1 KB (238 words) - 07:09, 27 June 2021
  • After several years absence from Robocode I came back, borrowed a few of the latest codesize tricks and managed to ad
    1 KB (234 words) - 14:02, 8 June 2013
  • //Add import robocode.util.* for Utils and import java.awt.geom.* for Point2D ...ough]] - An in-depth example of creating a circular targeting algorithm in Robocode, authored by [[Dummy]].
    2 KB (241 words) - 13:46, 24 December 2017
  • Place the jar file in your robocode installation directory, and execute it.
    3 KB (465 words) - 02:29, 27 November 2008
  • This movement is more effective in [[melee]]. In the early days of Robocode, good melee bots would just dance around in a triangle, star-shape, or squa
    1 KB (228 words) - 23:39, 12 September 2017
  • ...t with until the real 1.7.1.4 comes - sorry. Get them [[User talk:Voidious/Robocode Version Tests#New Alphas|here]]. ....1.4 needs, if you want to try and adapt it: [http://www.dijitari.com/void/robocode/TwinDuelUtil_003.zip TwinDuelUtil_003.zip].
    21 KB (1,514 words) - 00:00, 25 October 2017
  • import robocode.*; import robocode.util.Utils;
    12 KB (1,276 words) - 08:02, 1 July 2010
  • PS - I've been considering starting to post Robocode and/or wiki related stuff to Twitter at [http://twitter.com/robowiki Twitte
    1 KB (226 words) - 16:59, 15 July 2009
  • | download_link = http://d-gfx.kognetwork.ch/robocode/altglass.Exterminans2oo8_Build0411.jar This is my first attempt after one year of RoboCode inactivity to create an advanced bot that has at least some chances against
    2 KB (220 words) - 11:54, 29 April 2011
  • ...t it from [http://robocoderepository.com/BotFiles/755/j.SynapticBot_2+.jar Robocode Repository: j.SynapticBot 2+].
    2 KB (245 words) - 11:34, 11 June 2009
  • ...g Framework is a framework to aid in painting information to the screen in Robocode. It's primary goals are to: Given that Robocode does not provide built-in listeners, you also need to ensure the following
    17 KB (2,515 words) - 07:42, 27 February 2013
  • Merry Christmas to all as well! (recently have become less active in robocode again, may come back now that it's winter break) --[[User:Starrynte|Starryn
    2 KB (210 words) - 13:02, 24 December 2012
  • ** Add -t argument to set number of threads, up to number of Robocode installs configured in roborunner.properties. ** Multi-threading with persistent Robocode engines.
    4 KB (521 words) - 21:26, 30 September 2012
  • :''In robocode for adapting fast it randomly takes an index (index = size - (int)Math.roun
    1 KB (240 words) - 21:45, 2 February 2017
  • ...the enemy's [[Robocode/Game Physics#Bullets|gun heat]] and your robot's [[Robocode/Game_Physics#Robot_Movement_Physics|acceleration and deceleration]]. It is
    6 KB (797 words) - 21:58, 3 September 2014
  • Wave Surfing is one of the most effective moving techniques in Robocode, specially powerful against simple targeters. The general idea is to keep i
    1 KB (230 words) - 05:53, 20 July 2009
  • .../web.archive.org/web/20060622190145if_/http://home.versatel.nl:80/gheijenk/robocode/MC-files/cjm.Che_1.2MC.jar * Everything else set to Robocode defaults.
    2 KB (245 words) - 23:28, 23 August 2017
  • ...To use it, simply fight your robot against Fractal, then browse to <code>\robocode\.robotcache\vuen.Fractal_0.32.jar\vuen\cfFractal</code> and type <code>java
    1 KB (236 words) - 04:22, 14 August 2009
  • ...use ''bullet flight time-1'', because bullets advance an extra time before Robocode checks for collisions. (Had this detail right in data collection, but not p
    2 KB (226 words) - 18:22, 31 May 2012
  • ...ot has made for [http://www.cps.sp.gov.br Centro Paula Souza] competion of robocode, buttttt i was desclassified because i split classes of my robot LOL, so i
    2 KB (280 words) - 13:42, 13 June 2022
  • | download_link = http://fromhell.schreiende-stille.de/Robocode/Net/FromHell.GuinnessCS_1.0.1.zip : I was sitting in a pub with a friend of mine, talking about robocode in general. I just had a simple bot, but with no name and no color-design.
    2 KB (221 words) - 15:14, 17 June 2011
  • | download_link = http://sites.google.com/site/zyxsite/robocode/zyx.mega.Newton_2.1.jar My previous bots were made with no concern to the [[Robocode/Game Physics|game physics]], when I decided to learn the exact physics the
    3 KB (399 words) - 09:33, 15 May 2009
  • * Get the reference bots here: http://home.versatel.nl/gheijenk/robocode/MC-files/CFC2K6-ReferenceBots.zip * Everything else set to Robocode defaults
    2 KB (252 words) - 20:03, 31 July 2009
  • | download_link = https://github.com/ersamson/robocode/raw/main/ers.nano.meroka.Meroka_1.8a.jar ...pecial, but it is a culmination of the work laid out by former and current Robocode authors.
    2 KB (250 words) - 15:22, 17 November 2023
  • * First of all, you'll need the reference bot, [[/Pattern Bot]]: [http://robocode-archive.strangeautomata.com/robots/challenge.PatternBot_1.0.jar here]. * Everything else set to [[Robocode]] defaults.
    2 KB (252 words) - 05:27, 13 August 2017
  • | download_link = https://github.com/ersamson/robocode/raw/main/ers.nano.gokdeniz.Gokdeniz_1.2.jar ...pecial, but it is a culmination of the work laid out by former and current Robocode authors. I do however plan to retire this robot in the near future unless I
    2 KB (261 words) - 06:24, 26 November 2023
  • <TH>RoboCode Java</TH> Robocode trigonometry has <MATH>\tan \theta = \frac{\cos \theta}{\sin \theta}</MATH>
    6 KB (855 words) - 10:32, 1 July 2010
  • [[Category:Robocode Theory]]
    2 KB (270 words) - 14:35, 10 August 2017
  • lol... all I can say is my gf (who I live with) despises roboCode ;) I told her I'd leave it alone this week but here I am feeding my obsessi Sometimes I feel like I am the freaking king of BPD. I have my Robocode bot that has been "in development" for probably 2 years now. There are a fe
    4 KB (672 words) - 13:20, 17 June 2009
  • : Not so much. Not entered in roborumble due to the 2013 robocode repository crash. import robocode.*;
    4 KB (551 words) - 02:26, 23 November 2013
  • ...ttp://robocode.sourceforge.net/docs/robocode/robocode/Robot.html#onHitWall(robocode.HitWallEvent) <code>onHitWall()</code>] event handlers. : Yes, it is released under the [http://robocode.sourceforge.net/license/epl-v10.html Eclipse Public License v1.0].
    2 KB (273 words) - 20:50, 14 October 2017
  • '''Silo''' represents the forefront of robocode engineering, being meticulously crafted using cutting-edge reinforcement le
    2 KB (215 words) - 03:50, 17 January 2024
  • | download_link = http://robocode-archive.strangeautomata.com/robots/gf.Centaur.Centaur_0.6.7.jar : None, but it uses [[Rednaxela]]'s KdTree, Robocode code for the [[Precise Prediction|PrecisePredictor]] and code from this for
    2 KB (248 words) - 04:39, 18 August 2017
  • * A win (above 50% average [[Robocode/Scoring|score]]) earns a bot 2 points.
    2 KB (241 words) - 04:55, 14 October 2017
  • Threads can be used to offload big chunks of work without skipping turns. Robocode imposes some specific constraints on robots using threads: ...use of these concerns, robot multithreading may not always be supported by Robocode into the future.
    5 KB (671 words) - 10:29, 1 July 2010
  • The easiest way to do this is to package your bot with Robocode (Robot -> Package robot for upload). * Do not use underscores in your package name, bot name or version number. Robocode itself has no problems with it, but the client is known to have problems wi
    4 KB (644 words) - 23:23, 16 September 2017
  • ...ove on to the formula for finding the enemy's position. To find a point in Robocode, you need to know two things: the point's distance and bearing from you. Af ...t is the enemy robot's absolute bearing to us. The way we can find this in Robocode is:
    5 KB (836 words) - 08:14, 1 July 2010
  • | download_link = https://github.com/ersamson/robocode/raw/main/ers.nano.iSuck.ISuckNano_1.0.jar This "line of robots" pretty much kickstarted my Robocode journey.
    2 KB (283 words) - 15:22, 17 November 2023
  • | download_link = http://robocode-archive.strangeautomata.com/robots/wiki.SuperSampleBot.SuperSittingDuck_1.0 import robocode.*;
    2 KB (253 words) - 13:28, 4 September 2017
  • | download_link = http://robocode-archive.strangeautomata.com/robots/voidious.Dookious_1.573c.jar : Best version: [http://robocode-archive.strangeautomata.com/robots/voidious.Dookious_1.573c.jar 1.573c]
    6 KB (950 words) - 11:44, 22 August 2017
  • Example ant script for robocode: <property name="robocode.jar" location="C:/robocode/libs/robocode.jar" />
    6 KB (741 words) - 02:09, 30 August 2011
  • ...ar and successful methods of [[:Category:Targeting|targeting]] in all of [[Robocode]]. Alternatives to GuessFactor Targeting include [[Dynamic Clustering]] and ...mentions, were what first brought GuessFactor Targeting to the rest of the Robocode community:
    5 KB (723 words) - 02:09, 16 October 2017
  • :at robocode.io.Logger.log(Unknown Source) :at robocode.battle.Battle.setupRound(Unknown Source)
    11 KB (1,744 words) - 09:48, 22 May 2009
  • [[Category:Robocode Documentation]]
    2 KB (315 words) - 23:34, 9 August 2017
  • import robocode.*; import robocode.util.Utils;
    4 KB (369 words) - 17:54, 1 September 2017
  • ...ed and debugged, but I feel it's good enough to release so newer people to Robocode have a nice Scan class with little effort on using it. import robocode.*; //Robocode stuff
    6 KB (765 words) - 10:28, 1 July 2010
  • ...e information about bots and to check if a bot is your friend or your foe. Robocode provides also an special interface called [[Droid]], which allows you to im ...is an instance of the same class, it is easy to identify each one because Robocode assigns each bot a specific number.
    5 KB (859 words) - 10:31, 1 July 2010
  • Bullets in Robocode do not occupy any space; they are simply lines. The length of the line is t ...de, their last displacements must intersect. That's how bullets collide in Robocode.
    6 KB (1,061 words) - 21:45, 17 April 2019
  • | ''Please run robocode with -Ddebug=true to allow unlimited painting. 2009.1 version draws much mo
    2 KB (320 words) - 13:39, 27 December 2009
  • | download_link = http://robocode-archive.strangeautomata.com/robots/rz.GlowBlowMelee_1.4.jar : In the very old days of Robocode, [[oldwiki:RoboRumble/Rankings meleerumble 20031228|it ranked at #4]] in th
    2 KB (318 words) - 10:25, 25 September 2017
  • # Open the program, and goto View, and configure the path to the robocode libraries.
    2 KB (318 words) - 05:38, 27 January 2014
  • Hello. The name is Ray Mark, and I'm new to robocode. But the [[Robocode]] api is slightly confusing and I was wondering if anyone could help me out
    17 KB (1,813 words) - 10:22, 1 July 2010
  • Sometimes when a bullet hits CCGL, and graphical debug is on, Robocode locks up for a few minutes (!). In the first frame rendered thereafter ther http:/robocode/uploads/jonathan/dangerouswaves.png
    5 KB (940 words) - 09:48, 22 May 2009
  • ...wly, because it turns its gun/radar at 5°/tick, instead of 65°/tick (the [[Robocode/Game Physics|maximum possible]] radar turn rate). : Yes, it is released under the [http://robocode.sourceforge.net/license/epl-v10.html Eclipse Public License v1.0].
    2 KB (316 words) - 20:49, 14 October 2017

View (previous 250 | next 250) (20 | 50 | 100 | 250 | 500)