Difference between revisions of "Basilite"
m (formatting error) |
m (updated Basilite's page) |
||
Line 10: | Line 10: | ||
| targeting = [[Symbolic Pattern Matching]] | | targeting = [[Symbolic Pattern Matching]] | ||
| movement = [[Stop And Go]], [[Random Movement]] | | movement = [[Stop And Go]], [[Random Movement]] | ||
− | | current_version = 0. | + | | current_version = 0.5 |
| released = 2019 | | released = 2019 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = [https://drive.google.com/uc?export=download&id= | + | | download_link = [https://drive.google.com/uc?export=download&id=1oUjXdg0HQ5kfXCAMKOerYGnzr6jVLc0c Basilite 0.5] |
| isOpenSource = true | | isOpenSource = true | ||
| isMelee = false | | isMelee = false | ||
Line 27: | Line 27: | ||
'''How competitive is it?''' | '''How competitive is it?''' | ||
− | + | Currently #5 in the MicroRumble! | |
== Strategy == | == Strategy == | ||
Line 51: | Line 51: | ||
'''Where did you get the name?''' | '''Where did you get the name?''' | ||
− | I wanted to give my other robot, [[Basilisk]], a baby brother =) | + | I wanted to give my other robot, [[Basilisk]], a baby brother! |
+ | It's a "Lite" version of Basilisk =) | ||
'''Can I use your code?''' | '''Can I use your code?''' | ||
− | Sure! | + | Sure! The code is in the .jar file. It's licensed under the [[RWPCL]]. |
'''What's next for your robot?''' | '''What's next for your robot?''' | ||
Line 65: | Line 66: | ||
'''Does it have any White Whales?''' | '''Does it have any White Whales?''' | ||
− | + | [[Cotillion]], [[EpeeistMicro]], [[HedgehogGF]], [[Thorn]]. | |
'''What other robot(s) is it based on?''' | '''What other robot(s) is it based on?''' | ||
Line 73: | Line 74: | ||
[[Basilite]] uses the movement of [[Basilisk]], and the targeting of [[BlackWidow]]. | [[Basilite]] uses the movement of [[Basilisk]], and the targeting of [[BlackWidow]]. | ||
− | [[Category: | + | [[Category:MicroBots]] |
[[Category:Bots]] | [[Category:Bots]] | ||
[[Category:1-vs-1 Bots]] | [[Category:1-vs-1 Bots]] |
Latest revision as of 13:55, 1 August 2019
- Basilite Sub-pages:
- Version History
Basilite | |
Author(s) | User:Slugzilla |
Extends | AdvancedRobot |
Targeting | Symbolic Pattern Matching |
Movement | Stop And Go, Random Movement |
Released | 2019 |
Current Version | 0.5 |
Code License | RWPCL |
[Basilite 0.5 Download] |
Background Information
What's special about it?
It's my first microbot, and it uses non-repeating random movement (it remembers where it last reversed, and doesn't reverse there in the future)
How competitive is it?
Currently #5 in the MicroRumble!
Strategy
How does it move?
Basilite starts out with Stop And Go, but if it gets hit often, it will switch over to Random Movement.
How does it fire?
Basilite uses Symbolic Pattern Matching!
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 :P
Additional Information
Where did you get the name?
I wanted to give my other robot, Basilisk, a baby brother! It's a "Lite" version of Basilisk =)
Can I use your code?
Sure! The code is in the .jar file. It's licensed under the RWPCL.
What's next for your robot?
I need to improve the gun a lot to deal with the top microbots.
Luckily, I have ~75 bytes left, so plenty of space to add something cool!
Does it have any White Whales?
Cotillion, EpeeistMicro, HedgehogGF, Thorn.
What other robot(s) is it based on?
Credits:
Basilite uses the movement of Basilisk, and the targeting of BlackWidow.