Difference between revisions of "Omen"
Jump to navigation
Jump to search
Spinnercat (talk | contribs) (Creating a page for our new nano melee bot.) |
Spinnercat (talk | contribs) m (added in rumble place, score info) |
||
Line 7: | Line 7: | ||
| movement = [[Random Movement]] | | movement = [[Random Movement]] | ||
| released = June 22, 2009 | | released = June 22, 2009 | ||
− | | best_rating = | + | | best_rating = 1387.8 |
| current_version = 1.0 | | current_version = 1.0 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
Line 32: | Line 32: | ||
; How competitive is it? | ; How competitive is it? | ||
− | : | + | : Not very, 33rd in nano melee rumble. |
Revision as of 19:39, 24 June 2009
Omen | |
Author(s) | spinnercat |
Extends | AdvancedRobot |
Targeting | Linear Targeting |
Movement | Random Movement |
Released | June 22, 2009 |
Best Rating | 1387.8 |
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?
- Not very, 33rd in nano melee rumble.
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