Difference between revisions of "Robocode 1"

From CompSciWiki
Jump to: navigation, search
Line 8: Line 8:
 
|Body=
 
|Body=
 
== Installation ==
 
== Installation ==
- How to download, install.
+
-Notify Java (link to)
{{CodeBlock
+
-Download Robo (screen shots)
|Code=int main(){ int x = 3;}
+
-Run install
}}
+
-navigate to the folder of installion and run the .bat file
  
 
== The Robot Console ==
 
== The Robot Console ==
 +
-talk about all sections
 +
-new
 +
  
 
== Sample battle ==
 
== Sample battle ==
 
- To see what the program actually does (sample.MyFirstRobot, sample.RamFire, sameple.Tracker)
 
- To see what the program actually does (sample.MyFirstRobot, sample.RamFire, sameple.Tracker)
 +
- screen shot of main menu
  
 
== Create your first Robot ==
 
== Create your first Robot ==

Revision as of 12:23, 29 March 2012

COMP 1010 Home > Back to Extra Labs

Introduction

Introduction to Robocode 1
Event Driven Code
Robot API

Installation

-Notify Java (link to) -Download Robo (screen shots) -Run install -navigate to the folder of installion and run the .bat file

The Robot Console

-talk about all sections -new


Sample battle

- To see what the program actually does (sample.MyFirstRobot, sample.RamFire, sameple.Tracker) - screen shot of main menu

Create your first Robot

Making the Robot Move

Firing on Other Robots

Additional Methods

  - run(), onSeannedRobot() and onHitByBullet()

Compiling your Robot

Battle your Robot

- This is what you would have to show the TA, that your Robot can defeat a default one.