Difference between revisions of "MagicD2"
m |
m (Revise) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
'''What's special about it?''' | '''What's special about it?''' | ||
− | It's my first robot | + | It's my first robot. |
'''Great, I want to try it. Where can I download it?''' | '''Great, I want to try it. Where can I download it?''' | ||
− | + | robocoderepository.com | |
'''How competitive is it?''' | '''How competitive is it?''' | ||
− | Not | + | Not very. It's around the middle of the nanobots in ranking. |
− | |||
== Strategy == | == Strategy == | ||
'''How does it move?''' | '''How does it move?''' | ||
− | It | + | It uses pretty decent random movement. It also fits in wallsmoothing. |
'''How does it fire?''' | '''How does it fire?''' | ||
− | + | It uses reduced linear targeting and then adds a random number between -0.3 and 0.3 to that. | |
'''How does it dodge bullets?''' | '''How does it dodge bullets?''' | ||
− | + | See "How does it move?" | |
'''How does the melee strategy differ from one-on-one strategy? ''' | '''How does the melee strategy differ from one-on-one strategy? ''' | ||
− | It's | + | It's just a one-on-one bot |
'''How does it select a target to attack/avoid in melee? ''' | '''How does it select a target to attack/avoid in melee? ''' | ||
Line 50: | Line 49: | ||
'''What does it save between rounds and matches? ''' | '''What does it save between rounds and matches? ''' | ||
− | Nothing. | + | Nothing besides the constants, if that really counts. |
== Additional Information == | == Additional Information == | ||
'''Where did you get the name?''' | '''Where did you get the name?''' | ||
− | It | + | It was the first robot I ever made, although it is now a completely different robot just with the same name. |
'''Can I use your code? ''' | '''Can I use your code? ''' | ||
− | + | Knock yourself out. But don't expect anything special. | |
'''What's next for your robot? ''' | '''What's next for your robot? ''' | ||
− | + | Testing. Then probably more testing. | |
'''Does it have any White Whales? ''' | '''Does it have any White Whales? ''' | ||
− | + | WeekendObsession. It was one of my testbots for it, and MagicD2 can usually beat it. | |
'''What other robot(s) is it based on? ''' | '''What other robot(s) is it based on? ''' | ||
− | + | MagicD2? | |
+ | |||
+ | |||
+ | == Version History == | ||
+ | |||
+ | |||
+ | 1.0 | ||
+ | * *Shudder* | ||
+ | |||
+ | 2.0-2.3 | ||
+ | * Different robot | ||
− | |||
− | + | 2.4 | |
+ | * As described on this page | ||
[[Category:NanoBots]] | [[Category:NanoBots]] | ||
[[Category:Bots]] | [[Category:Bots]] | ||
[[Category:1-vs-1 Bots]] | [[Category:1-vs-1 Bots]] |
Latest revision as of 23:47, 23 August 2009
Background Information
Bot Name
MagicD2
Author
Extends
AdvancedRobot
What's special about it?
It's my first robot.
Great, I want to try it. Where can I download it?
robocoderepository.com
How competitive is it?
Not very. It's around the middle of the nanobots in ranking.
Strategy
How does it move?
It uses pretty decent random movement. It also fits in wallsmoothing.
How does it fire?
It uses reduced linear targeting and then adds a random number between -0.3 and 0.3 to that.
How does it dodge bullets?
See "How does it move?"
How does the melee strategy differ from one-on-one strategy?
It's just a one-on-one bot
How does it select a target to attack/avoid in melee?
It doesn't.
What does it save between rounds and matches?
Nothing besides the constants, if that really counts.
Additional Information
Where did you get the name?
It was the first robot I ever made, although it is now a completely different robot just with the same name.
Can I use your code?
Knock yourself out. But don't expect anything special.
What's next for your robot?
Testing. Then probably more testing.
Does it have any White Whales?
WeekendObsession. It was one of my testbots for it, and MagicD2 can usually beat it.
What other robot(s) is it based on?
MagicD2?
Version History
1.0
- *Shudder*
2.0-2.3
- Different robot
2.4
- As described on this page