Difference between revisions of "Basilisk"
m (Updating Basilisk's page) |
|||
(25 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Navbox small | ||
+ | | title = Basilisk Sub-pages | ||
+ | | parent = Basilisk | ||
+ | | page1 = Version History | ||
+ | | page2 = Code | ||
+ | }} | ||
+ | |||
+ | {{Infobox Robot | ||
+ | | author = [[User:Slugzilla]] | ||
+ | | extends = [[AdvancedRobot]] | ||
+ | | targeting = [[GuessFactor Targeting]] | ||
+ | | movement = [[Stop And Go]], [[Random Movement]] | ||
+ | | current_version = 2.35 | ||
+ | | released = 2019 | ||
+ | | license = [[RWPCL]] | ||
+ | | download_link = [https://drive.google.com/uc?export=download&id=16-Cts6GGsFpUqmavKflMbMd5dr6SGTvw Basilisk 2.35] | ||
+ | | isOpenSource = true | ||
+ | | isMelee = false | ||
+ | | isOneOnOne = true | ||
+ | }} | ||
== Background Information == | == Background Information == | ||
Line 9: | Line 29: | ||
'''How competitive is it?''' | '''How competitive is it?''' | ||
− | + | Currently #5 in the MiniRumble and #72 in the RoboRumble. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Strategy == | == Strategy == | ||
Line 29: | Line 35: | ||
'''How does it move?''' | '''How does it move?''' | ||
− | + | Basilisk starts out with [[Stop And Go]], but if it gets hit often, it will switch over to [[Random Movement]]. | |
'''How does it fire?''' | '''How does it fire?''' | ||
− | It | + | Basilisk uses [[GuessFactor Targeting]]. It's based off of [[GFTargetingBot]], but has [[Energy Management]], [[Rolling Averages]], and a lot of [[Segmentation]]. |
'''How does it dodge bullets?''' | '''How does it dodge bullets?''' | ||
− | Stop and go dodges | + | Stop and go dodges [[HOT]] and [[Linear Targeting]], an [[Random Movement]] dodges the rest =) |
'''How does the melee strategy differ from one-on-one strategy?''' | '''How does the melee strategy differ from one-on-one strategy?''' | ||
Line 51: | Line 57: | ||
'''Can I use your code?''' | '''Can I use your code?''' | ||
− | Sure! | + | Sure! See code below or decompile the .jar file. |
'''What's next for your robot?''' | '''What's next for your robot?''' | ||
− | + | A baby brother, maybe [[Basilite]]? | |
− | |||
− | |||
− | |||
− | |||
'''Does it have any White Whales?''' | '''Does it have any White Whales?''' | ||
− | + | [[Partial]] is it's arch-nemesis!!! | |
'''What other robot(s) is it based on?''' | '''What other robot(s) is it based on?''' | ||
− | + | Credits: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Basilisk is based off of many ideas and concepts from the RoboWiki. Specifically, I used code/drew inspiration from | |
− | + | [[RandomMovementBot]], [[GFTargetingBot]], [[Aristocles]], [[RaikoNano]], [[Tityus]], [[Raiko]], [[Cotillion]], [[BlackWidow]], [[HedgehogGF]], [[Vyper]], [[Thorn]], and [[EpeeistMicro]]. | |
− | + | Special thanks to Dsekercioglu for help identifying bugs and beating bullet shielders =) | |
− | + | [[Category:MiniBots]] | |
+ | [[Category:Bots]] | ||
+ | [[Category:1-vs-1 Bots]] |
Latest revision as of 15:35, 6 July 2019
- Basilisk Sub-pages:
- Version History - Code
Basilisk | |
Author(s) | User:Slugzilla |
Extends | AdvancedRobot |
Targeting | GuessFactor Targeting |
Movement | Stop And Go, Random Movement |
Released | 2019 |
Current Version | 2.35 |
Code License | RWPCL |
[Basilisk 2.35 Download] |
Background Information
What's special about it?
It's my first robot =)
How competitive is it?
Currently #5 in the MiniRumble and #72 in the RoboRumble.
Strategy
How does it move?
Basilisk starts out with Stop And Go, but if it gets hit often, it will switch over to Random Movement.
How does it fire?
Basilisk uses GuessFactor Targeting. It's based off of GFTargetingBot, but has Energy Management, Rolling Averages, and a lot of Segmentation.
How does it dodge bullets?
Stop and go dodges HOT and Linear Targeting, an Random Movement dodges the rest =)
How does the melee strategy differ from one-on-one strategy?
It doesn't have a melee strategy.
Additional Information
Where did you get the name?
I wanted a robot that was mean, lean, and green. Basilisks are green, and I think they're pretty mean, at least according to the legends =)
Can I use your code?
Sure! See code below or decompile the .jar file.
What's next for your robot?
A baby brother, maybe Basilite?
Does it have any White Whales?
Partial is it's arch-nemesis!!!
What other robot(s) is it based on?
Credits:
Basilisk is based off of many ideas and concepts from the RoboWiki. Specifically, I used code/drew inspiration from
RandomMovementBot, GFTargetingBot, Aristocles, RaikoNano, Tityus, Raiko, Cotillion, BlackWidow, HedgehogGF, Vyper, Thorn, and EpeeistMicro.
Special thanks to Dsekercioglu for help identifying bugs and beating bullet shielders =)