Talk:Movement Weaknesses

From Robowiki
Revision as of 17:21, 22 May 2009 by Nat (talk | contribs) (argue some weakness)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"Bots that orbit an enemy without closing distance or that run away at orbit."
"Bots that dodge based on a timing pattern instead of enemy energy drop."

I argued. Ocnirp does orbit without any distance controlling, and at about exactly same pattern. It reverse its direction when:

  1. Math.random() exceed 0.92 (I have test with 0.6, 0.8, 0.85, 0.88, 0.9, 0.92, 0.95, 0.99 and 0.92 work best)
  2. Hit wall.
  3. Enemy fire

... and it still stayed at #16 (first release is at #13, but later pushed down by several HUNRobar's bots) According to my test, this movement style dodge StatistBot better than Waylander/Toorkild flattener. » Nat | Talk » 15:21, 22 May 2009 (UTC)