Difference between revisions of "MagicD3"
Jump to navigation
Jump to search
m (tense) |
(Mass-edit Robocode Repository URLs) |
||
Line 7: | Line 7: | ||
| isOneOnOne = true | | isOneOnOne = true | ||
| isOpenSource = true | | isOpenSource = true | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/oog.micro.MagicD3_0.41.jar |
}} | }} | ||
Line 25: | Line 25: | ||
; Great, I want to try it. Where can I download it?''' | ; Great, I want to try it. Where can I download it?''' | ||
− | : http:// | + | : http://robocode-archive.strangeautomata.com/robots/oog.micro.MagicD3_0.41.jar |
; How competitive is it? | ; How competitive is it? |
Latest revision as of 03:44, 18 August 2017
MagicD3 | |
Author(s) | CrazyBassoonist |
Extends | AdvancedRobot |
Targeting | Dynamic Clustering |
Movement | MagicTrick+ Bullet Dodging + Random Bullet Dodging |
Download |
Background Information
- Bot Name
- MagicD3
- Author
- CrazyBassoonist
- Extends
- AdvancedRobot
- What's special about it?
- It's one of two Micros using Dynamic Clustering.
- Great, I want to try it. Where can I download it?
- http://robocode-archive.strangeautomata.com/robots/oog.micro.MagicD3_0.41.jar
- How competitive is it?
- It's getting there.
Strategy
- How does it move?
- It has three modes: the MagicTrick, a bullet dodging movement designed against linear/circular targeting, and a random bullet dodging movement.
- How does it fire?
- Dynamic Clustering in a micro, trying to see how competitive it can be. It is currently segmented on distance, advancing velocity, and lateral velocity.
- Is this robot Melee-capable?
- Nope.
- What does it save between rounds and matches?
- The enemy movement log and the number of times it has died.
Additional Information
- Where did you get the name?
- It's Random Movement was based on MagicD2's, and its gun has three dimensions, so....
- Can I use your code?
- RWPCL
- What's next for your robot?
- I'm thinking about making the gun Multiple Choice if I can find the room.
- Does it have any White Whales?
- Every robot that beats it!
Credits
- The Dynamic Clustering Tutorial. It's what gave me the idea to make a Dynamic Clustering robot.
- ABC, the inventor of Dynamic Clustering.