From news-rocq.inria.fr!couchey.inria.fr!doligez Tue May 21 11:35:45 1996 Article: 5212 of rec.games.corewar Path: news-rocq.inria.fr!couchey.inria.fr!doligez From: Planar Newsgroups: rec.games.corewar Subject: Re: The Battle Royal results! Date: 20 May 1996 15:49:51 GMT Organization: "Brilliance is typically the act of an individual, but incredible stupidity can usually be traced to an organization." -- Jon Bentley Lines: 42 Distribution: world Message-ID: <4nq4av$7hs@news-rocq.inria.fr> References: <199605191842.NAA08497@mail.utexas.edu> <4nq3me$sag@lastactionhero.rs.itd.umich.edu> NNTP-Posting-Host: couchey.inria.fr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-AOL-censor-bait: Scunthorpe In article <4nq3me$sag@lastactionhero.rs.itd.umich.edu>, jklewis@ren.us.itd.umich.edu (John K. Lewis) writes: >There may or may not have been any imps in the tournament. :-) I think there was at least one, and a lame one, at that. ;redcode-94 ;name Bah ;author Planar ;assert CORESIZE==8000 && MAXPROCESSES==8 ;strategy Does it really eliminate imps ? step equ 2667 point equ (start+1000) start mov imp, point spl r, <-50 l spl lr, <-100 ll spl llr, <-150 lll jmp point+0*step, <-200 llr jmp point+1*step, <-250 lr spl lrr, <-300 lrl jmp point+2*step, <-350 lrr jmp point+3*step, <-400 r spl rr, <-450 rl spl rlr, <-500 rll jmp point+4*step, <-550 rlr jmp point+5*step, <-600 rr spl rrr, <-650 rrl jmp point+6*step, <-700 rrr jmp point+7*step, <-750 imp mov.i #-3, imp+step i FOR MAXLENGTH-CURLINE spl #42, i ROF; i end -- Planar