Difference between revisions of "Pugio"
Jump to navigation
Jump to search
(updating to 1.3) |
|||
Line 10: | Line 10: | ||
| targeting = [[SymbolicPatternMatching]] | | targeting = [[SymbolicPatternMatching]] | ||
| movement = [[Adapting Oscillator Movement]] | | movement = [[Adapting Oscillator Movement]] | ||
− | + | | current_version = 1.3 (13th May 2009) | |
− | | current_version = 1. | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http:// | + | | download_link = http://www.robocoderepository.com/BotFiles/3604/robar.nano.Pugio_1.3.jar |
}} | }} | ||
Line 30: | Line 29: | ||
; Great, I want to try it. Where can I download it? | ; Great, I want to try it. Where can I download it? | ||
− | : http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Pugio_1.2.jar | + | : 1.2 : http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Pugio_1.2.jar |
+ | : 1.3 : http://www.robocoderepository.com/BotFiles/3604/robar.nano.Pugio_1.3.jar | ||
; How competitive is it? | ; How competitive is it? | ||
Line 44: | Line 44: | ||
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
− | : It | + | : It adjusts its oscillating frequency as long as it dies. |
; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ||
Line 61: | Line 61: | ||
; What's next for your robot? | ; What's next for your robot? | ||
− | : | + | : I should develop the movement against other PM bots. |
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? | ||
− | : There isn't any, but important test bots were Nanolaulectrik | + | : There isn't any, but important test bots were Nanolaulectrik, Acero, NanoAndrew, previous versions of Pugio etc... |
+ | |||
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
− | : It has | + | : It has [[WeekendObsession]]'s gun with lateral velocity-rounding. |
[[Category:NanoBots]] | [[Category:NanoBots]] |
Revision as of 19:08, 14 May 2009
Background Information
Pugio | |
Quite lovely, isn't it? | |
Author(s) | User:Robar |
Targeting | SymbolicPatternMatching |
Movement | Adapting Oscillator Movement |
Current Version | 1.3 (13th May 2009) |
Code License | RWPCL |
Download |
- Bot Name
- Pugio
- Author
- User:Robar
- Extends
- AdvancedRobot
- What's special about it?
- It features one of my new developments, the Adapting Oscillator Movement.
- Great, I want to try it. Where can I download it?
- 1.2 : http://hunrobar.freeblog.hu/files/myrobots/robar.nano.Pugio_1.2.jar
- 1.3 : http://www.robocoderepository.com/BotFiles/3604/robar.nano.Pugio_1.3.jar
- How competitive is it?
- Very. Absolutely top ten, now even top five.
Strategy
- How does it move?
- Adapting Oscillator Movement, article soon.
- How does it fire?
- SymbolicPatternMatching.
- How does it dodge bullets?
- It adjusts its oscillating frequency as long as it dies.
- How does the melee strategy differ from One-on-one strategy?
- It's only a one-on-one bot.
- What does it save between rounds and matches?
- It saves the lateral velocity log for the SymbolicPatternMatching gun. (between rounds, of course)
Additional Information
- Where did you get the name?
- I love the culture of the ancient Rome, so I chose a little and dangerous weapon from that times. ;)
- Can I use your code?
- RWPCL
- What's next for your robot?
- I should develop the movement against other PM bots.
- Does it have any White Whales?
- There isn't any, but important test bots were Nanolaulectrik, Acero, NanoAndrew, previous versions of Pugio etc...
- What other robot(s) is it based on?
- It has WeekendObsession's gun with lateral velocity-rounding.