Difference between revisions of "Robocode 1"

From CompSciWiki
Jump to: navigation, search
Line 2: Line 2:
 
|Chapter_TOC=[[Extra Labs]]
 
|Chapter_TOC=[[Extra Labs]]
 
|Previous=[[QR Codes]]
 
|Previous=[[QR Codes]]
|Introduction=Introduction to Robocode 1 Testing this
+
|Introduction=Introduction to Robocode 1
|Body=Hello here!
+
|Body=
 +
== Installation ==
 +
  - How to download, install.
 +
 
 +
== The Robot Console ==
 +
 
 +
== Sample battle ==
 +
  - to see what the program actually does (sample.MyFirstRobot, sample.RamFire, sameple.Tracker)
 +
 
 +
== 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.
 +
 
 
}}
 
}}

Revision as of 12:08, 29 March 2012

COMP 1010 Home > Back to Extra Labs

Introduction

Introduction to Robocode 1

Installation

  - How to download, install.

The Robot Console

Sample battle

  - to see what the program actually does (sample.MyFirstRobot, sample.RamFire, sameple.Tracker)

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.