Difference between revisions of "Aleph"
Jump to navigation
Jump to search
(migrating from old wiki) |
(Fix broken link) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 8: | Line 8: | ||
| image = Aleph.gif | | image = Aleph.gif | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
− | | targeting = [[ | + | | targeting = [[Dynamic Clustering|DC]]-[[Play-It Forward|PIF]] |
| movement = [[Wave Surfing|Wave Surfing]] | | movement = [[Wave Surfing|Wave Surfing]] | ||
| current_version = 0.34 | | current_version = 0.34 | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/rz.Aleph_0.34.jar |
| isMelee = yes | | isMelee = yes | ||
| isOneOnOne = yes | | isOneOnOne = yes | ||
Line 19: | Line 19: | ||
; What's special about it? | ; What's special about it? | ||
− | : | + | : It's my first real [[MegaBot]]. |
; How competitive is it? | ; How competitive is it? | ||
− | : | + | : Not bad |
== Strategy == | == Strategy == | ||
; How does it [[:Category:Movement|move]]? | ; How does it [[:Category:Movement|move]]? | ||
− | : | + | : Circle movement in [[One on One]] and basically [[Minimum Risk Movement]] in Melee |
− | ; How does it [[Targeting|fire]]? | + | ; How does it [[:Category:Targeting|fire]]? |
− | : the same | + | : the same DC-PIF gun in both One on One and melee |
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
Line 42: | Line 42: | ||
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
− | : | + | : DC stuff beween rounds |
== Additional Information == | == Additional Information == |
Latest revision as of 03:24, 1 August 2017
- Sub-pages:
- Version History - Archived Talk 20090325
Aleph | |
Author(s) | rozu |
Extends | AdvancedRobot |
Targeting | DC-PIF |
Movement | Wave Surfing |
Current Version | 0.34 |
Download |
Background Information
- What's special about it?
- It's my first real MegaBot.
- How competitive is it?
- Not bad
Strategy
- How does it move?
- Circle movement in One on One and basically Minimum Risk Movement in Melee
- How does it fire?
- the same DC-PIF gun in both One on One and melee
- How does it dodge bullets?
- Movement ;)
- How does the melee strategy differ from one-on-one strategy?
- can't really compare them
- How does it select a target to attack/avoid in melee?
- A combination of energy and distance, with a slight bias to the current enemy.
- What does it save between rounds and matches?
- DC stuff beween rounds
Additional Information
- Where did you get the name?
- Aleph is the first letter of the hebrew alphabet. This letter is used in set-theory...
- Can I use your code?
- no
- What's next for your robot?
- I'll see
- Does it have any White Whales?
- PM bots in general
- What other robot(s) is it based on?
- a lot of good bots around today.