Article 1136 of rec.games.corewar: From: maniac@t-bone.cs.unlv.edu (Eric J. Schwertfeger) Newsgroups: rec.games.corewar Subject: StealthHunter 1.0 (warrior source) Message-ID: <1992Jun23.031234.9349@unlv.edu> Date: 23 Jun 92 03:12:34 GMT Sender: news@unlv.edu (News User) Organization: UNLV Lines: 37 Here's Stealth Hunter 1.0 (there seems to be a problem with the constants used in 1.1). It's the only non-b-field scanner I've written, and the one serious program that doesn't go 98-2 against the programs at the top of the hill, but it also seldom beats the snot out of other programs like BackFire does, so it doesn't score high on the hill. ;redcode ;name StealthHunter 1.0 ;author Eric J. Schwertfeger ;strategy Simple, Fast Vampire ;strategy My first Non-B-Field Scanner ;strategy Again, thanks go to J. Cisek (PitTrap) ;strategy Submitted: @date@ BLANK DAT #-4,#-4 LOOP ADD INC,SRC ADD INC,DEST CMP @SRC,@DEST JMP BOMBIT JMP LOOP BOMBIT SLT #(BLANK-SRC-1),SRC ; only bomb if it's not us! MOV SRC,@SRC BLANKS SLT #(BLANK-DEST-1),DEST ; only bomb if it's not us! MOV DEST,@DEST JMP LOOP INC DAT #26,#-26 PLOOP2 MOV SRC+2,