Difference between revisions of "Cigaret"
Jump to navigation
Jump to search
m (minor cleanup) |
(Mass-edit Robocode Repository URLs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 10: | 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 17: | 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 | | isOpenSource = yes | ||
| isOneOnOne = yes | | isOneOnOne = yes | ||
Line 29: | 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 == |
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.