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
  • ...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 (294 words) - 18:07, 6 December 2007
  • 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

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