Difference between revisions of "PwnBot"
Jump to navigation
Jump to search
Awesomeness (talk | contribs) (moved PwnBot to BulletSimBot: I want to use this name for a different bot. =D) |
Awesomeness (talk | contribs) (PwnBot!) |
||
Line 1: | Line 1: | ||
− | + | == Background Information == | |
+ | {{Infobox Robot | ||
+ | | bgcolour = red | ||
+ | | name = PwnBot | ||
+ | | image = Pwned.jpg | ||
+ | | caption = Respect. | ||
+ | | extends = [[AdvancedRobot]] | ||
+ | | author = [[User:Awesomeness|Awesomeness]] | ||
+ | | targeting = Linear, will be changed | ||
+ | | movement = Weird | ||
+ | | released = Yes | ||
+ | | current_version = 1.0 | ||
+ | | license = [[RWPCL]] | ||
+ | | download_link = [http://robocoderepository.com/BotFiles/3597/awesomeness.Elite.jar] | ||
+ | | isOneOnOne = no | ||
+ | | isOpenSource = yes | ||
+ | }} | ||
+ | ; Bot Name | ||
+ | : PwnBot | ||
+ | |||
+ | ; Author | ||
+ | : [[User:Awesomeness|Awesomeness]] | ||
+ | |||
+ | ; Extends | ||
+ | : [[AdvancedRobot]] | ||
+ | |||
+ | ; What's special about it? | ||
+ | : It's my first bot that's advanced so far and is tiny in codesize. | ||
+ | : It predicts where it thinks bullets are going and simulates them. | ||
+ | |||
+ | ; Great, I want to try it. Where can I download it? | ||
+ | : See the infobox. It used to be called elite, but I like this name better. I'll re-upload it as PwnBot when I finish 1.1 in a few days. | ||
+ | |||
+ | ; How competitive is it? | ||
+ | : 36th in the [[Nano]] [[Melee]] at the moment! =D And I'm really excited because it's only 220 bytes so far if you ignore the color. I have lots of room to grow! | ||
+ | |||
+ | == Strategy == | ||
+ | |||
+ | ; How does it [[Movement|move]]? | ||
+ | : It doesn't. =) In the future I'll probably do [[Anti-Gravity Movement]] using my simulated bullets as points. | ||
+ | |||
+ | ; How does it fire? | ||
+ | : Linear targeting, but with all the space I have I might make it a [[Symbolic Pattern Matching|Pattern Matcher]]. | ||
+ | |||
+ | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
+ | : It uses a weird home-made... Thing, that I made. It's just a sort of random inversion thingy, yet it's very effective. | ||
+ | |||
+ | ; How does the [[melee]] strategy differ from the [[one-on-one]] strategy? | ||
+ | : It was origianlly made for one on one, but that quickly changed as I realized it was really good for melee. | ||
+ | |||
+ | ; What does it save between rounds and matches? | ||
+ | : Nothing. | ||
+ | |||
+ | == Additional Information == | ||
+ | |||
+ | ; Where'd you get the name? | ||
+ | : I wanted to make a robot that really pwns. | ||
+ | |||
+ | ; Can I use your code? | ||
+ | : Yeah, but not until I'm done! | ||
+ | |||
+ | ; What's next for your robot? | ||
+ | : Finishing the targeting. | ||
+ | |||
+ | ; Does it have any [[White Whale]]s? | ||
+ | : Used to be [[N]], but now he's surpassed the ninja and my little internet meme desperately needs to pwn [[Assertive]]. | ||
+ | |||
+ | ; What other robot(s) is it based on? | ||
+ | : None, except for the linear targeting and the radar, but snippets from the wiki aren't bots. | ||
+ | |||
+ | ; Credits | ||
+ | : HUGE credit goes to [[User:Nat|Nat]], for helping me with trigonometry, common sense, optimizing, and much, much more. Too many people to list helped me with a few things– see [[User_talk:Awesomeness|my talk page]] for all the names. This applies to all of my bots. | ||
+ | [[Category:Bots]] | ||
+ | [[Category:NanoBots]] |
Revision as of 01:42, 20 January 2010
Background Information
PwnBot | |
Respect. | |
Author(s) | Awesomeness |
Extends | AdvancedRobot |
Targeting | Linear, will be changed |
Movement | Weird |
Released | Yes |
Current Version | 1.0 |
Code License | RWPCL |
[[1] Download] |
- Bot Name
- PwnBot
- Author
- Awesomeness
- Extends
- AdvancedRobot
- What's special about it?
- It's my first bot that's advanced so far and is tiny in codesize.
- It predicts where it thinks bullets are going and simulates them.
- Great, I want to try it. Where can I download it?
- See the infobox. It used to be called elite, but I like this name better. I'll re-upload it as PwnBot when I finish 1.1 in a few days.
- How competitive is it?
- 36th in the Nano Melee at the moment! =D And I'm really excited because it's only 220 bytes so far if you ignore the color. I have lots of room to grow!
Strategy
- How does it move?
- It doesn't. =) In the future I'll probably do Anti-Gravity Movement using my simulated bullets as points.
- How does it fire?
- Linear targeting, but with all the space I have I might make it a Pattern Matcher.
- How does it dodge bullets?
- It uses a weird home-made... Thing, that I made. It's just a sort of random inversion thingy, yet it's very effective.
- How does the melee strategy differ from the one-on-one strategy?
- It was origianlly made for one on one, but that quickly changed as I realized it was really good for melee.
- What does it save between rounds and matches?
- Nothing.
Additional Information
- Where'd you get the name?
- I wanted to make a robot that really pwns.
- Can I use your code?
- Yeah, but not until I'm done!
- What's next for your robot?
- Finishing the targeting.
- Does it have any White Whales?
- Used to be N, but now he's surpassed the ninja and my little internet meme desperately needs to pwn Assertive.
- What other robot(s) is it based on?
- None, except for the linear targeting and the radar, but snippets from the wiki aren't bots.
- Credits
- HUGE credit goes to Nat, for helping me with trigonometry, common sense, optimizing, and much, much more. Too many people to list helped me with a few things– see my talk page for all the names. This applies to all of my bots.