Difference between revisions of "Cotillion"

From Robowiki
Jump to navigation Jump to search
(Cotillion - The Patron of Assassins)
 
m (fix spacing)
Line 26: Line 26:
  
 
Cotillion is based off of Toorkild, with changes in both movement and gun
 
Cotillion is based off of Toorkild, with changes in both movement and gun
 
  
 
==== How competitive is it? ====
 
==== How competitive is it? ====
 
Very. Check the [http://literumble.appspot.com/Rankings?game=microrumble microrumble] for the latest stats.
 
Very. Check the [http://literumble.appspot.com/Rankings?game=microrumble microrumble] for the latest stats.
 
  
 
==== How does it [[Movement|move]]? ====
 
==== How does it [[Movement|move]]? ====
 
 
StopAndGo, which switches to RandomMovement if it gets more than a certain amount of weighted bullet damage.
 
StopAndGo, which switches to RandomMovement if it gets more than a certain amount of weighted bullet damage.
  

Revision as of 10:42, 1 May 2013

Cotillion
Author(s) Skilgannon
Extends AdvancedRobot
Targeting Multiple Choice Pattern Matcher
Movement Stop And Go, Random Movement


Cotillion/VersionHistory

Author

Skilgannon

Extends

AdvancedRobot

Description

Cotillion is the Patron God of Assassins in the Steven Erikson's fantasy series, Malazan book of the fallen

The head cocked, strands of hair dangling and drifting. “Arrogance?”
“Competence,” Cotllion snapped in reply. “Doubt me at your peril.”

Cotillion is based off of Toorkild, with changes in both movement and gun

How competitive is it?

Very. Check the microrumble for the latest stats.

How does it move?

StopAndGo, which switches to RandomMovement if it gets more than a certain amount of weighted bullet damage.

How does it fire?

Multiple-Choice pattern matcher

How does it dodge bullets?

It does StopAndGo to fool HOT, LT and CT. If it thinks the enemy is getting more than just lucky hits it switches to Random Movement, in an attempt to fool all the GF bots and pattern matchers out there.

What does it save between rounds and matches?

Between rounds it saves the patterns and whether to use StopAndGo, between matches nothing. Due to both codesize and filesize restaints.

Can I use your code?

Under the following terms:

  • Your bot MUST be OpenSource.
  • You give credit in your code, and in any documentation of your bot.
  • Pleeaase don't just take my bot, tweak it and release it under another name. Rather tell me about the changes, and I'll give you credit. =)

What's next for your robot?

  • Not matching between rounds, or replaying between rounds. -- DONE
  • Using 3 power bullets when the enemy is easy to hit
  • Firing from the next location instead of the current location
  • Dynamic distancing - maybe I should get this working in Waylander first, huh?
  • Anything else I can fit in....

Does it have any WhiteWhales?

...

What other robot(s) is it based on?

Toorkild