Re: Contest #2: eubots.ew
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 22, 2004
- 533 views
On Mon, 22 Nov 2004 11:58:56 -0800, cklester <guest at rapideuphoria.com> wrote: > > Instead of having to specify the coordinate of the unit to be ordered, > why don't we use an ID number? Cause that's complicated. If you look at the eubots code there's only a single instance of the map and metrics. It makes communication delays a lot smaller - but it wouldn't work with ids. I have to make some changes to things, but I should have a barebones 'engine' program up soon, that takes program names and a map name as arguments, and runs a single match. -- MrTrick