Omen

From Robowiki
Revision as of 01:10, 23 June 2009 by Spinnercat (talk | contribs) (Creating a page for our new nano melee bot.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Omen
Author(s) spinnercat
Extends AdvancedRobot
Targeting Linear Targeting
Movement Random Movement
Released June 22, 2009
Best Rating TBA
Current Version 1.0
Code License RWPCL
Download

Info

Bot Name
Omen
Author
Spinnercat
Extends
AdvancedRobot
What's special about it?
Not a whole lot, our first nano melee bot.
Great, I want to try it. Where can I download it?
http://robocoderepository.com/BotDetail.jsp?id=3687
How competitive is it?
Probably not very competitive.


Strategy

How does it move?
I call it random because it doesn't fit in any other categories, but it doesn't use that many calls to Math.random(). Basically just moves around turning left and right, in roughly circular shapes.
How does it fire?
Linear Targeting
How does it pick a target in Melee?
Takes the closest one, or if it scans one 10 pixels closer it switches to that one, to prevent thrashing between targets. After it shoots, it switches to the nearest target.

Additional Info

Where did you get the name?
First word to pop into my head when creating the class.
What's next for your robot?
Some decent movement
Can I use your code?
RWPCL