From news-rocq.inria.fr!univ-lyon1.fr!in2p3.fr!news-ge.switch.ch!news.maxwell.syr.edu!newsfeed.ecrc.net!nntp2.dejanews.com!nnrp1.dejanews.com!not-for-mail Thu Apr 2 11:26:23 1998 Article: 8725 of rec.games.corewar Path: news-rocq.inria.fr!univ-lyon1.fr!in2p3.fr!news-ge.switch.ch!news.maxwell.syr.edu!newsfeed.ecrc.net!nntp2.dejanews.com!nnrp1.dejanews.com!not-for-mail From: rcoleman@erinet.com Newsgroups: rec.games.corewar Subject: Re: quick******* Date: Wed, 01 Apr 1998 15:49:42 -0600 Organization: Deja News - The Leader in Internet Discussion Lines: 122 Message-ID: <6fuckc$n3m$1@nnrp1.dejanews.com> References: <19980328205331.7446.rocketmail@send1a.yahoomail.com> NNTP-Posting-Host: 207.90.125.104 X-Article-Creation-Date: Wed Apr 01 21:49:42 1998 GMT X-Http-User-Agent: Mozilla/2.02 (Win16; I) In article <19980328205331.7446.rocketmail@send1a.yahoomail.com>, paul_virak_khuong@yahoo.com wrote: > > I know what is a quick-scan. But, what is a quick-bomb??? > I don't know how everyone else quick-bombs: but here's a warrior that's been near the top of the beginner hill for awhile... comments welcome: ----begin redcode----- ;redcode-b verbose ;name qbomber v .469 ;author Ryan Coleman ;strategy Qbomber --> tornado ;assert 1 ;kill qbomber v .469 ;planar quick, bomb ORG split2 QB EQU (start+400) QS EQU 200 QD EQU 100 split2 spl mid1 spl mid2 spl tail start mov >QB+QS*0,>QB+QS*0+QD mov >QB+QS*1,>QB+QS*1+QD mov >QB+QS*2,>QB+QS*2+QD mov >QB+QS*3,>QB+QS*3+QD mov >QB+QS*13,QB+QS*4,QB+QS*5,QB+QS*6+QD mid1 mov >QB+QS*7,QB+QS*15,QB+QS*16,QB+QS*21+QD mov QB+QS*10,>QB+QS*10+QD mov QB+QS*12,QB+QS*17,QB+QS*9+QD mov QB+QS*33+QD mov QB+QS*34,QB+QS*35+QD mov datz, -1 ;stuff here ; TORNADO BOMBER step equ -45 away equ 3333 ; not really gate1 equ (gate-4) boot mov gate, }pt2 mov gate, *pt2 pt1 mov last, gate1 mov @djmp, >gate1 djmp djn.b clr, {bombs incr dat >-3*step,>-3*step last bombm dat <1, {1 dat 0,0 datz: dat 0,0 FOR 5 dat 0,0 ROF ----end redcode----- I used the same locations as a quickscan. Also, if you notice the way I split, the second part gets executed twice and the third three times. Of course, you do not have to put another bomber after the quickbomb. Ryan Coleman -----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading