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) - 22: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) - 23:04, 18 September 2012
  • #REDIRECT [[Robocode/Developers Guide for building Robocode]]
    61 bytes (7 words) - 23:00, 18 September 2012
  • #REDIRECT [[Robocode/Old Developers Guide for building Robocode]]
    65 bytes (8 words) - 22: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) - 22: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) - 23:43, 25 February 2009
  • <div style="font-size:170%;text-align:center">Welcome to Robocode!</div> == What is Robocode? ==
    3 KB (486 words) - 15:01, 20 October 2022
  • #REDIRECT [[Robocode/Eclipse]]
    30 bytes (3 words) - 23:23, 10 October 2008
  • #REDIRECT [[Robocode/Mac OS X]]
    31 bytes (5 words) - 02:25, 11 May 2009
  • #REDIRECT [[Robocode/Getting Started]]
    38 bytes (4 words) - 12:00, 28 November 2007
  • #REDIRECT [[:Category:Robocode Theory]]
    39 bytes (4 words) - 04:15, 12 November 2007
  • Frequently asked questions about Robocode. == [[Robocode/Download|Installing]] and [[Robocode/Getting Started|using]] ==
    23 KB (3,748 words) - 10:40, 25 October 2020
  • This page contains articles from the web about Robocode. ==== Interview with the creator of Robocode ====
    4 KB (500 words) - 22:12, 9 August 2017
  • #REDIRECT [[Robocode/Articles]]
    31 bytes (3 words) - 02:30, 11 May 2009
  • [[Category:Robocode Documentation]]
    2 KB (315 words) - 22: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) - 03: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) - 21: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) - 03:51, 14 October 2017
  • #REDIRECT [[Robocode/Download And Install]]
    43 bytes (5 words) - 22:39, 9 August 2017
  • | title = Distributed Robocode Sub-pages | parent = Distributed Robocode
    1 KB (195 words) - 08: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) - 12:48, 11 February 2015
  • [[Category:Robocode Documentation]]
    57 bytes (4 words) - 21: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) - 18:28, 17 January 2021
  • This page describes the system requirements for installing and running [[Robocode]]. == Robocode requires Java ==
    4 KB (566 words) - 21: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) - 04:35, 11 August 2017
  • This page describes how to run and use Robocode from a console. == Starting Robocode ==
    5 KB (727 words) - 22: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) - 23:17, 16 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) - 21: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) - 21: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) - 18: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) - 05: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) - 23:30, 10 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) - 16: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) - 02:46, 11 August 2017
  • #REDIRECT [[Robocode/Articles]]
    31 bytes (3 words) - 02:27, 11 May 2009
  • http://pavel.savara.googlepages.com/robocode-tips1s.png http://pavel.savara.googlepages.com/robocode-tips2s.png
    1 KB (197 words) - 21:28, 10 April 2009
  • This page is a discussion of how Robocode should evolve in the future. == Robocode 2 ==
    30 KB (5,284 words) - 08: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) - 07: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) - 20:35, 23 December 2010
  • List of known bugs of distributed robocode
    156 bytes (27 words) - 18:42, 20 September 2011
  • #REDIRECT [[Robocode/Eclipse/Running from Eclipse]]
    51 bytes (6 words) - 21:09, 9 August 2017
  • This page describes how to download and install the [[Robocode]] game. == Downloading Robocode ==
    2 KB (373 words) - 01: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) - 02:08, 17 June 2009
  • '''Public distribute robocode servers'''
    146 bytes (9 words) - 16:51, 31 August 2011
  • #REDIRECT [[Robocode/Download And Install]]
    43 bytes (5 words) - 22: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) - 20: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) - 23:56, 26 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) - 12: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) - 12: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) - 22:28, 3 October 2023

Page text matches

  • This page is dedicated for describing the <code>robocode.RobotDeathEvent</code> [[Category:Robocode API]]
    141 bytes (17 words) - 00:18, 7 December 2007
  • This page is dedicated for describing the <code>robocode.JuniorRobot</code> [[Category:Robocode API]]
    137 bytes (17 words) - 00:07, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RadarTurnCompleteCondition</code> [[Category:Robocode API]]
    152 bytes (17 words) - 00:12, 7 December 2007
  • This page is dedicated for describing the <code>robocode.MessageEvent</code> [[Category:Robocode API]]
    138 bytes (17 words) - 00:07, 7 December 2007
  • This page is dedicated for describing the <code>robocode.Droid</code> [[Category:Robocode API]]
    131 bytes (17 words) - 00:04, 7 December 2007
  • This page is dedicated for describing the <code>robocode.TeamRobot</code> [[Category:Robocode API]]
    135 bytes (17 words) - 00:23, 7 December 2007
  • This page is dedicated for describing the <code>robocode.TurnCompleteCondition</code> [[Category:Robocode API]]
    147 bytes (17 words) - 00:23, 7 December 2007
  • This page is dedicated for describing the <code>robocode.Event</code> [[Category:Robocode API]]
    131 bytes (17 words) - 00:05, 7 December 2007
  • This page is dedicated for describing the <code>robocode.GunTurnCompleteCondition</code> [[Category:Robocode API]]
    150 bytes (17 words) - 00:05, 7 December 2007
  • This page is dedicated for describing the <code>robocode.WinEvent</code> [[Category:Robocode API]]
    134 bytes (17 words) - 00:24, 7 December 2007
  • This page is dedicated for describing the <code>robocode.DeathEvent</code> [[Category:Robocode API]]
    136 bytes (17 words) - 23:53, 6 December 2007
  • This page is dedicated for describing the <code>robocode.HitRobotEvent</code> [[Category:Robocode API]]
    139 bytes (17 words) - 00:06, 7 December 2007
  • This page is dedicated for describing the <code>robocode.BulletHitBulletEvent</code> [[Category:Robocode API]]
    146 bytes (17 words) - 23:51, 6 December 2007
  • This page is dedicated for describing the <code>robocode.BulletHitEvent</code> [[Category:Robocode API]]
    140 bytes (17 words) - 23:51, 6 December 2007
  • This page is dedicated for describing the <code>robocode.BulletMissedEvent</code> [[Category:Robocode API]]
    143 bytes (17 words) - 23:51, 6 December 2007
  • This page is dedicated for describing the <code>robocode.Condition</code> [[Category:Robocode API]]
    135 bytes (17 words) - 23:52, 6 December 2007
  • This page is dedicated for describing the <code>robocode.CustomEvent</code> [[Category:Robocode API]]
    137 bytes (17 words) - 23:52, 6 December 2007
  • This page is dedicated for describing the <code>robocode.HitByBulletEvent</code> [[Category:Robocode API]]
    142 bytes (17 words) - 00:06, 7 December 2007
  • This page is dedicated for describing the <code>robocode.HitWallEvent</code> [[Category:Robocode API]]
    138 bytes (17 words) - 00:07, 7 December 2007
  • This page is dedicated for describing the <code>robocode.MoveCompleteCondition</code> [[Category:Robocode API]]
    147 bytes (17 words) - 00:08, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RobocodeFileOutputStream</code> [[Category:Robocode API]]
    150 bytes (17 words) - 00:14, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RobocodeFileWriter</code> [[Category:Robocode API]]
    144 bytes (17 words) - 00:16, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RobocodeListener</code> [[Category:Robocode API]]
    142 bytes (17 words) - 00:16, 7 December 2007
  • This page is dedicated for describing the <code>robocode.RobotStatus</code> [[Category:Robocode API]]
    137 bytes (17 words) - 00:20, 7 December 2007
  • This page is dedicated for describing the <code>robocode.Rules</code> [[Category:Robocode API]]
    131 bytes (17 words) - 00:20, 7 December 2007
  • This page is dedicated for describing the <code>robocode.ScannedRobotEvent</code> [[Category:Robocode API]]
    143 bytes (17 words) - 00:21, 7 December 2007
  • This page is dedicated for describing the <code>robocode.SkippedTurnEvent</code> [[Category:Robocode API]]
    142 bytes (17 words) - 00:21, 7 December 2007
  • This page is dedicated for describing the <code>robocode.StatusEvent</code> [[Category:Robocode API]]
    137 bytes (17 words) - 00:22, 7 December 2007
  • This page is dedicated for describing the <code>robocode.control.BattlefieldSpecification</code> [[Category:Robocode API]]
    158 bytes (18 words) - 23:50, 6 December 2007
  • This page is dedicated for describing the <code>robocode.control.BattleSpecification</code> [[Category:Robocode API]]
    153 bytes (18 words) - 23:50, 6 December 2007
  • This page is dedicated for describing the <code>robocode.control.RobocodeEngine</code> [[Category:Robocode API]]
    148 bytes (18 words) - 00:14, 7 December 2007
  • This page is dedicated for describing the <code>robocode.control.RobotResults</code> [[Category:Robocode API]]
    146 bytes (18 words) - 00:19, 7 December 2007
  • This page is dedicated for describing the <code>robocode.control.RobotSpecification</code> [[Category:Robocode API]]
    152 bytes (18 words) - 00:19, 7 December 2007
  • This page is dedicated for describing the <code>robocode.util.Utils</code> [[Category:Robocode API]]
    136 bytes (18 words) - 00: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) - 23:30, 10 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) - 23:43, 25 February 2009
  • This page is dedicated for describing the <code>ar.robocode.cachecleaner.CacheCleaner</code> [[Category:Robocode API]]
    154 bytes (19 words) - 23:52, 6 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) - 18:28, 17 January 2021
  • http://pavel.savara.googlepages.com/robocode-tips1s.png http://pavel.savara.googlepages.com/robocode-tips2s.png
    1 KB (197 words) - 21: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) - 21: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) - 07: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) - 06:52, 11 December 2008
  • ...ch round, ignoring bullet damage, ram damage, and other elements of normal Robocode scoring.
    237 bytes (36 words) - 19:50, 23 April 2010
  • This page describes how to download and install the [[Robocode]] game. == Downloading Robocode ==
    2 KB (373 words) - 01: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) - 01:39, 10 August 2017
  • This page contains articles from the web about Robocode. ==== Interview with the creator of Robocode ====
    4 KB (500 words) - 22: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) - 23:56, 26 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) - 22: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) - 22:24, 3 October 2023
  • <div style="font-size:170%;text-align:center">Welcome to Robocode!</div> == What is Robocode? ==
    3 KB (486 words) - 15:01, 20 October 2022

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