Basilite

From Robowiki
Revision as of 15:41, 6 July 2019 by Slugzilla (talk | contribs) (Basilite's page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.1
Code License RWPCL
[[https://drive.google.com/uc?export=download&id=1ksbMq8V2AHUbH3BwImEjH_kxl_7vJHAZ
Basilite 0.1] 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?

To be determined!!!

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 =)

Can I use your code?

Sure! Just decompile 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?

Not at the moment.

What other robot(s) is it based on?

Credits:

Basilite uses the movement of Basilisk, and the targeting of BlackWidow.