Difference between revisions of "Cigaret"
Jump to navigation
Jump to search
m (move image to infobox, update link to user namespace) |
(Mass-edit Robocode Repository URLs) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Navbox small | |
− | + | | title = Sub-pages | |
− | + | | page1 = Version History | |
+ | | page2 = Archived Talk 20090424 | ||
+ | }} | ||
+ | ---- | ||
My mini [[One on One|OneOnOne]] bot Cigaret,current(2003.Mar.2) rank 2#(1v1) on eternal-rumble. | My mini [[One on One|OneOnOne]] bot Cigaret,current(2003.Mar.2) rank 2#(1v1) on eternal-rumble. | ||
Line 7: | Line 10: | ||
{{Infobox Robot | {{Infobox Robot | ||
− | | author = [[User:Iiley]] | + | | author = [[User:Iiley|Iiley]] |
| image = Cigaret.png | | image = Cigaret.png | ||
| caption = When I smoke | | caption = When I smoke | ||
Line 14: | Line 17: | ||
| movement = [[Random Movement]] | | movement = [[Random Movement]] | ||
| current_version = 1.31 | | current_version = 1.31 | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/cx.mini.Cigaret_1.31.jar |
+ | | isOpenSource = yes | ||
+ | | isOneOnOne = yes | ||
}} | }} | ||
Line 24: | Line 29: | ||
| | | | ||
* It was perhaps the first bot to challenge [[SandboxDT]] for dominance in the [[Eternal Rumble]]. It also uses a unique gun that combines [[Waves]] with some type of pattern analysis. | * It was perhaps the first bot to challenge [[SandboxDT]] for dominance in the [[Eternal Rumble]]. It also uses a unique gun that combines [[Waves]] with some type of pattern analysis. | ||
− | * It is a common reference bot in [[Targeting Challenges]], with a [[Random Movement]] that is particularly difficult to pin down. | + | * It is a common reference bot in [[:Category:Targeting Challenges|Targeting Challenges]], with a [[Random Movement]] that is particularly difficult to pin down. |
|} | |} | ||
; How competitive is it? | ; How competitive is it? | ||
− | : It is presently | + | : It is presently around #25 in [[MiniBot]] 1v1 and #100 in General 1v1 in the RoboRumble, but it was a contender for the top 1v1 bot when it was in development. It still does remarkably well against top bots, considering its age and [[Code Size]]. |
== Strategy == | == Strategy == | ||
− | ;How does it [[Movement|move]]? | + | ;How does it [[:Category:Movement|move]]? |
− | random move around enemy. | + | : [[Random Movement|random move]] around enemy. |
− | ;How does it fire? | + | ;How does it [[:Category:Targeting|fire]]? |
− | Use [[Wave]] to | + | : Use [[Wave]] to record shoot angle and pattern element to do pattern analyse. |
;How does it [[Dodging Bullets|dodge bullets]]? | ;How does it [[Dodging Bullets|dodge bullets]]? | ||
− | random move can dodge some.:-) | + | : random move can dodge some.:-) |
== Additional Information == | == Additional Information == | ||
Line 53: | Line 58: | ||
;What other robot(s) is it based on? | ;What other robot(s) is it based on? | ||
:[[Smoke]] use the similar movement and aiming system,[[BlackSwans]] use the same aiming system. | :[[Smoke]] use the similar movement and aiming system,[[BlackSwans]] use the same aiming system. | ||
+ | |||
+ | [[Category:MiniBots|Cigaret]] |
Latest revision as of 03:39, 18 August 2017
- Sub-pages:
- Version History - Archived Talk 20090424
My mini OneOnOne bot Cigaret,current(2003.Mar.2) rank 2#(1v1) on eternal-rumble.
It's a open source bot,feel free to use its source code.but not just copy and paste most code to be a new bot.
Cigaret | |
When I smoke | |
Author(s) | Iiley |
Extends | AdvancedRobot |
Targeting | Wave-based Statistical Targeting |
Movement | Random Movement |
Current Version | 1.31 |
Download |
Background Information
- What's special about it?
|
- How competitive is it?
- It is presently around #25 in MiniBot 1v1 and #100 in General 1v1 in the RoboRumble, but it was a contender for the top 1v1 bot when it was in development. It still does remarkably well against top bots, considering its age and Code Size.
Strategy
- How does it move?
- random move around enemy.
- How does it dodge bullets?
- random move can dodge some.:-)
Additional Information
- Where did you get the name?
- When the idea of Wave come up my brain while I was Smoke(smoking) Cigaret listening Lacrimas Profundere's BlackSwans and spit out a Smog.I think this maybe good.
- Then after that day,i write a new bot--Cigaret.
- Can I use your code?
- Yes,you can.
- What's next for your robot?
- Improve movement and find better pattern inputs.
- What other robot(s) is it based on?
- Smoke use the similar movement and aiming system,BlackSwans use the same aiming system.