Difference between revisions of "Template:RobocodeDocsList"
Jump to navigation
Jump to search
(Move commonly-used documentation footer to a template) |
(Add link to Gradle page) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | === | + | === Robocode API === |
− | * [http://robocode.sourceforge.net/docs/robocode/ | + | * [http://robocode.sourceforge.net/docs/robocode/ Robocode API] |
− | === | + | === Beginner Guides === |
− | * [[Robocode/System Requirements|System requirements | + | * [[Robocode|Welcome to Robocode]] |
− | * [[Robocode/Download| | + | * [[Robocode/System Requirements|System requirements]] |
+ | * [[Robocode/Download And Install|Download and install]] | ||
+ | * [[Robocode/Getting Started|Getting started]] | ||
+ | * [[Robocode/FAQ|Frequently asked questions]] | ||
+ | * [[Robocode/My First Robot|My First Robot tutorial]] | ||
+ | * [[Robocode/Game Physics|Game physics]] | ||
* [[Robocode/Robot Anatomy|The anatomy of a robot]] | * [[Robocode/Robot Anatomy|The anatomy of a robot]] | ||
− | |||
− | |||
− | |||
* [[Robocode/Scoring|Scoring in Robocode]] | * [[Robocode/Scoring|Scoring in Robocode]] | ||
* [[Robocode/Robot Console|Using the robot console]] | * [[Robocode/Robot Console|Using the robot console]] | ||
Line 17: | Line 19: | ||
* [[Robocode/Console Usage|Starting Robocode from the command line]] | * [[Robocode/Console Usage|Starting Robocode from the command line]] | ||
* [[Robocode/Graphical_Debugging|Graphical debugging]] | * [[Robocode/Graphical_Debugging|Graphical debugging]] | ||
− | * [[Robocode/Eclipse|Using Eclipse | + | |
− | * [[Robocode/Eclipse/Create_a_Project|Creating a project | + | === External Editors === |
+ | |||
+ | * [[Robocode/Eclipse|Using Eclipse with Robocode]] | ||
+ | * [[Robocode/Eclipse/Create_a_Project|Creating a project in Eclipse]] | ||
* [[Robocode/Eclipse/Create_a_Robot|Creating a robot in Eclipse]] | * [[Robocode/Eclipse/Create_a_Robot|Creating a robot in Eclipse]] | ||
* [[Robocode/Eclipse/Running from Eclipse|Running your robot from Eclipse]] | * [[Robocode/Eclipse/Running from Eclipse|Running your robot from Eclipse]] | ||
* [[Robocode/Eclipse/Debugging Robot|Debugging your robot with Eclipse]] | * [[Robocode/Eclipse/Debugging Robot|Debugging your robot with Eclipse]] | ||
+ | * [[Robocode/NetBeans/Configure|Using NetBeans with Robocode]] | ||
+ | * [[Robocode/Gradle|Using Gradle with Robocode]] | ||
+ | |||
+ | === .NET Robots === | ||
+ | |||
+ | * [[Robocode/.NET/Create a .NET robot with Visual Studio|Creating a .NET robot in Visual Studio]] | ||
+ | * [[Robocode/.NET/Debug a .NET robot in Visual Studio| Debugging a .NET robot in Visual Studio]] | ||
+ | * [http://robocode.sourceforge.net/docs/robocode.dotnet/Index.html Robocode .NET API] | ||
=== Links === | === Links === | ||
Line 27: | Line 40: | ||
* [https://sourceforge.net/projects/robocode Robocode project at SourceForge] | * [https://sourceforge.net/projects/robocode Robocode project at SourceForge] | ||
* [https://github.com/robo-code/robocode Robocode code repository at GitHub] | * [https://github.com/robo-code/robocode Robocode code repository at GitHub] | ||
+ | * [https://groups.google.com/forum/?fromgroups#!forum/robocode Robocode Google Group] | ||
* [https://sourceforge.net/project/showfiles.php?group_id=37202&package_id=29609 Robocode downloads] | * [https://sourceforge.net/project/showfiles.php?group_id=37202&package_id=29609 Robocode downloads] | ||
− | * [https://literumble.appspot.com/ | + | * [https://sourceforge.net/projects/robocode/rss?path=/ Robocode RSS feed] |
+ | * [https://literumble.appspot.com/ LiteRumble] | ||
+ | * [http://robocode-archive.strangeautomata.com/robots/ Robots archive] | ||
* [[wikipedia:Robocode|Wikipedia entry for Robocode]] | * [[wikipedia:Robocode|Wikipedia entry for Robocode]] |
Latest revision as of 18:29, 17 January 2021
Robocode API
Beginner Guides
- Welcome to Robocode
- System requirements
- Download and install
- Getting started
- Frequently asked questions
- My First Robot tutorial
- Game physics
- The anatomy of a robot
- Scoring in Robocode
- Using the robot console
- Downloading other robots
- Learning from other robots
- Package your robot
- Articles about Robocode
- Starting Robocode from the command line
- Graphical debugging
External Editors
- Using Eclipse with Robocode
- Creating a project in Eclipse
- Creating a robot in Eclipse
- Running your robot from Eclipse
- Debugging your robot with Eclipse
- Using NetBeans with Robocode
- Using Gradle with Robocode