User:Tripphippy

From Robowiki
Revision as of 22:17, 15 May 2009 by Miked0801 (talk | contribs)
Jump to navigation Jump to search

Hello. My name is Mike Goelz and I have been building robots since around 2002. I am a professional C++ programmer by trade and I love the java language but hate the standard java coding style, so all my code looks like C++ (more white-space, column aligned brackets).

I am new to the wiki and don't really know anything about writing articles on here so please feel free to comment on my style and suggest ways to improve, also I don't know any HTML. If someone could show me some easy ways to pretty up my page that would be nice.

I would like to be uploading my robots but I can't seem to get an account on Robocode Repository, I just get an annoying error. "Account could not be found. No account id was specified. To enter a new account, the id must be zero." A little help would be appreciated.

Lately I have been working on improvements/modules for the Module architecture by Jab. I am trying to figure out a way to tie wave data collection into the module structure by default so that when a wave "breaks" the angle offsets are propagated to all listening module/parts.


Mirrormask - this is a bot I'm working on that uses what I call radial mirror movement. It is a form of copycat movement that tries to keep the same distance as the target from the center in the opposite direction. if the target is at (r, theta) in polar coordinates then Mirrormask is at (-r, theta). The guns are a vgun array using waves to collect scores for the guns. There is a HOT, linear, circular, pattern matcher, and average offset gun in the vgun array. Probably I will add a random lead gun in the future.

You should check out some of the open source nano mirror bots. They've been doing copy cat mirrors for a while and you might get some pointers. --Miked0801 21:17, 15 May 2009 (UTC)