Difference between revisions of "MagicD3"
Jump to navigation
Jump to search
(MagicD3) |
(Mass-edit Robocode Repository URLs) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
| author = [[User:CrazyBassoonist|CrazyBassoonist]] | | author = [[User:CrazyBassoonist|CrazyBassoonist]] | ||
− | | movement = [[ | + | | movement = [[MagicTrick]]+ Bullet Dodging + Random Bullet Dodging |
| targeting = [[Dynamic Clustering]] | | targeting = [[Dynamic Clustering]] | ||
| 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 22: | Line 22: | ||
; What's special about it? | ; What's special about it? | ||
− | : It's | + | : It's one of two Micros using [[Dynamic Clustering]]. |
; 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? | ||
− | : It's | + | : It's getting there. |
== Strategy == | == Strategy == | ||
; How does it move? | ; How does it move? | ||
− | : It | + | : 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? | ; 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? | ; Is this robot Melee-capable? | ||
Line 45: | Line 42: | ||
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
− | : The enemy movement log. | + | : The enemy movement log and the number of times it has died. |
== Additional Information == | == Additional Information == | ||
; Where did you get the name? | ; Where did you get the name? | ||
− | : It's [[Random Movement]] | + | : It's [[Random Movement]] was based on [[MagicD2|MagicD2's]], and its gun has three dimensions, so.... |
; Can I use your code? | ; Can I use your code? | ||
Line 61: | Line 58: | ||
: Every robot that beats it! | : Every robot that beats it! | ||
== Credits == | == Credits == | ||
− | The [[Dynamic Clustering Tutorial]]. It's what gave me the idea to make a [[Dynamic Clustering]] robot. | + | * The [[Dynamic Clustering Tutorial]]. It's what gave me the idea to make a [[Dynamic Clustering]] robot. |
+ | * [[ABC]], the inventor of [[Dynamic Clustering]]. | ||
[[Category:MicroBots]] | [[Category:MicroBots]] | ||
[[Category:Bots]] | [[Category:Bots]] |
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.