From news-rocq!jussieu.fr!uvsq.fr!nntp-out.monmouth.com!newspeer.monmouth.com!news.new-york.net!news.ttsg.com!jpihlaja@cc.helsinki.fi Mon Nov 8 20:59:32 1999 Article: 10961 of rec.games.corewar Path: news-rocq!jussieu.fr!uvsq.fr!nntp-out.monmouth.com!newspeer.monmouth.com!news.new-york.net!news.ttsg.com!jpihlaja@cc.helsinki.fi From: M Joonas Pihlaja Newsgroups: rec.games.corewar Subject: Stillborn Bomber v0.2 Date: 8 Nov 1999 07:38:33 -0500 Organization: TTSG Lines: 153 Distribution: world Message-ID: Reply-To: jpihlaja@cc.helsinki.fi NNTP-Posting-Host: odin.ttsg.com X-Trace: odin.ttsg.com 942064713 780 204.141.84.29 (8 Nov 1999 12:38:33 GMT) X-Complaints-To: abuse@news.ttsg.com NNTP-Posting-Date: 8 Nov 1999 12:38:33 GMT Originator: corewar-l@koth.org Xref: news-rocq rec.games.corewar:10961 Sheesh! With a good deal of the code on the standard hill having been published, you'd think it would be easy to get on it without imps. I'd propose an anti-imp/stone campaign, but I don't have any good answers. Just Say NO to The Imp! You have to be man enough to know what's good for you, even if all the other kids are doing it. Anyway, here's the long-awaited incendiary that everyone wanted to get on the hill ;-). The q-scan and boot were sort of thrown together, not tweaked at all, so that's the first place to look for better performance. Happy imp-hunting, Joonas >From jpihlaja@cc.helsinki.fi Mon Nov 8 11:50:22 1999 Date: Fri, 24 Sep 1999 19:10:10 +0300 (EET DST) From: M Joonas Pihlaja To: koth@koth.org Subject: Stillborn Bomber v0.2 ;redcode ;name Stillborn Bomber v0.2 ;author mjp ;strategy q^2 -> incendiary bomber ;strategy v0.2 fixed bomb spread ;kill Stillborn Bomber ;assert 1 load0 z for 0 rof null equ (load0+300) z FOR 1 BOOTDIST equ -2800 a1 equ 1 a2 equ 2 b1 equ 3 b2 equ 5 c1 equ 6 c2 equ 4 QD equ 11 QN equ 8 QS equ (7500/13) QI equ (QS/2) qb equ (load0+580) qscan cmp qb , qb+QI ; 0 psrc jmp q0 , top+9 cmp qb+QS*a1, qb+QS*a1+QI ; 1 qp1 jmp q1 , qt1 cmp qb+QS*a2, qb+QS*a2+QI ; 2 jmp q1 ,