Difference between revisions of "User:Voidious/Main Page"

From Robowiki
Jump to navigation Jump to search
m (add Robocode API, Visual Studio .NET)
m (fix typo)
Line 53: Line 53:
 
|-
 
|-
 
|style="color:#000; font-size:90%"|
 
|style="color:#000; font-size:90%"|
* '''[[RoboRumble]]''' is the primary competition for Robocode bots, with divisions for [[One-on-one|1v1]], [[Melee]], [[Teams]], and [[Twin Duel]], and subdivision for [[MiniBots]], [[MicroBots]], and [[NanoBots]].
+
* '''[[RoboRumble]]''' is the primary competition for Robocode bots, with divisions for [[One-on-one|1v1]], [[Melee]], [[Teams]], and [[Twin Duel]], and subdivisions for [[MiniBots]], [[MicroBots]], and [[NanoBots]].
 
** '''[[RoboRumble/Starting With RoboRumble|Starting With RoboRumble]]'''
 
** '''[[RoboRumble/Starting With RoboRumble|Starting With RoboRumble]]'''
 
** '''[[RoboRumble/Enter The Competition|Enter The Competition]]'''
 
** '''[[RoboRumble/Enter The Competition|Enter The Competition]]'''

Revision as of 16:19, 9 March 2011

Welcome to the RoboWiki
Collecting Robocode knowledge since 2003.

What is Robocode?

  • Robocode is a programming game. It can be used to teach or learn programming in Java or .NET. It can serve as a platform for exploring AI and machine learning techniques. Or it can be a competitive, addictive hobby that eats up all your time and CPU cycles.

Getting Started

Using the RoboWiki

  • We do our best to make the RoboWiki a great reference for all levels of Robocoders. But it's also a strong and long-standing community of passionate and helpful people.
    • Please feel free to introduce yourself by making pages for yourself and your bots.
    • Ask questions on any of the Talk pages.
    • Check the Recent Changes if you want to keep an eye on everything going on.
    • Follow @robowiki and @roborumble on Twitter.
    • Read Guide for Articles for tips and tools for writing RoboWiki articles.
    • Let us know how we can improve the wiki - or contribute to it yourself!

RoboRumble

Challenges

External Links

A few robots worth checking out...

Development Tools

  • RoboResearch - Every serious Robocoder's best friend, this excellent utility helps you run loads of tests against your favorite test bed or run it through a challenge.
  • Eclipse - Get Robocode setup with Eclipse, one of the most popular Java IDEs out there.
  • Robocode API - Not a "tool" exactly, but you'll need it just as much.
  • NetBeans - Prefer NetBeans to Eclipse? Here's a detailed guide to getting it setup with Robocode.
  • Visual Studio .NET - You can now create .NET Robocode bots, too.
  • Utilities - More tools to make your Robocoding easier and more productive.