From news-rocq.inria.fr!univ-lyon1.fr!swidir.switch.ch!scsing.switch.ch!news.dfn.de!zeus.rbi.informatik.uni-frankfurt.de!terra.wiwi.uni-frankfurt.de!news.th-darmstadt.de!zib-berlin.de!netmbx.de!Germany.EU.net!EU.net!howland.reston.ans.net!gatech!newsxfe Wed Apr 6 15:59:54 1994 Article: 585 of rec.games.corewar Newsgroups: rec.games.corewar Path: news-rocq.inria.fr!univ-lyon1.fr!swidir.switch.ch!scsing.switch.ch!news.dfn.de!zeus.rbi.informatik.uni-frankfurt.de!terra.wiwi.uni-frankfurt.de!news.th-darmstadt.de!zib-berlin.de!netmbx.de!Germany.EU.net!EU.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!zip.eecs.umich.edu!yeshua.marcam.com!news.kei.com!news.byu.edu!cwis.isu.edu!u.cc.utah.edu!math.utah.edu!news.math.utah.edu!morrell From: morrell@math.utah.edu (Steven C. Morrell) Subject: Montage Sender: news@math.utah.edu Date: Mon, 4 Apr 1994 22:22:43 GMT Organization: Department of Mathematics, University of Utah Message-ID: Lines: 118 Here is the code for Montage, my first real attempt at an imp-stone combo. The most important contribution this program makes is that it has a new stone in it. I had a tough time deciding whether I wanted gate-breaking imps or 7-pt imps, so I just put both of them in. The gate-breaking imps are closer together than in Cannonade, making them less vulnerable to SPL bombs but more vulnerable to imp-traps. (Imp traps? I forgot to mention them in chapter 1. OH NO!!!) The stone is a mega-self-splitting stone that's a bit bigger than Extra-Extra, but maybe a little more durable because it has 2 SPL 0's. It bombs core with a mod-1 pattern until it hits itself, at which time it runs a subtraction core-clear. After that, mostly for cosmetic purposes, it jumps to an imp-gate. Of course, by that time, any free imps should have overrun everything, so I'm not sure it's worth the extra cycle to plant the imp-gate. ;redcode verbose ;name Montage ;kill Montage ;author Steven Morrell ;strategy Stone and a bunch of imps and an imp gate. p1 equ boot+300 p2 equ boot+302+2667 p3 equ boot+303 p4 equ boot+400 stone spl 0,<-50 spl 0,<-51 mov <3359,-3359 add 2,-1 djn -2,<-54 dat <3359,<-3359 imp1 mov 0,2667 imp2 mov 0,2668 imp4 mov 0,1143 gate jmp -3359,<3359-10 boot mov stone+5,-200+5 mov stone+4,