Crusaider

From Robowiki
Revision as of 03:08, 21 May 2008 by Px (talk | contribs) (New page: '''Author''' px '''Extends''' AdvancedRobot '''Description''' My first modular bot (which I hope it's framework will turn out stable enough to reuse) and my first megabot. It's c...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Author

px

Extends

AdvancedRobot

Description

My first modular bot (which I hope it's framework will turn out stable enough to reuse) and my first megabot. It's currently in development and is only planned for 1v1 matches.

What's special about it?

I'm using it to test various techniques (targeting and movement) and I'm testing it's framework. I classified it as a megabot because I didn't want codesize restrictions to impede any ideas.

How competitive is it?

Don't know yet, hopefully it will do very well

How does it move?

A class called the "MovementDriver" will store various movement strategies and decide which is best to use versus a certain target.

How does it fire?

A class called the "WeaponDriver" will store various targeting strategies and decide which is best to use versus a certain target.