Re: Contest 2 Announcement
- Posted by Andy Serpa <ac at onehorseshy.com> Dec 03, 2004
- 449 views
Patrick Barnes wrote: > > Hooray, progress! > (Sorry, my wife was going to Italy, I didn't have much free time to > program. Now she's gone, I could get some work done.) > > The contest is started! > > Unfortunately, I don't have SSH access from work, so until I get home, > you can get the framework, rules, and examples here: > <a > href="http://empire.iwireweb.com/forums/index.php?download=38">http://empire.iwireweb.com/forums/index.php?download=38</a> > > Looking forward to seeing your entries. > > -- The includes in eubots.ew need "..\"s. Trace is turned on in engine.exw, which will slow it down for us practicing at home. Am I the only one that hates unit handles? Complicated my code quite a bit. Before I could mask off my units with: my_units = (arena = metrics[IDENTITY]) Now I've got all these functions to extract their positions, I've got to keep track of the handles, etc. Ok, done complaining...