From news-rocq.inria.fr!jussieu.fr!math.ohio-state.edu!howland.erols.net!newsfeed.internetmci.com!205.231.236.10!newspeer.monmouth.com!uunet!in4.uu.net!binary.alaska.net!not-for-mail Mon Jun 15 14:14:22 1998 Article: 9175 of rec.games.corewar Path: news-rocq.inria.fr!jussieu.fr!math.ohio-state.edu!howland.erols.net!newsfeed.internetmci.com!205.231.236.10!newspeer.monmouth.com!uunet!in4.uu.net!binary.alaska.net!not-for-mail Message-ID: <35849450.5BA6@alaska.net> From: cgbean@alaska.net Reply-To: cgbean@alaska.net X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 Newsgroups: rec.games.corewar Subject: re: warrior review Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 Date: Mon, 15 Jun 1998 02:53:05 GMT NNTP-Posting-Host: anc-p58-16.alaska.net NNTP-Posting-Date: Sun, 14 Jun 1998 18:53:05 AKDT Organization: InternetAlaska I finished a rough version of the final Swarm, that I just cooked up. It isn't tested, so probably doesn't work as planned. Also, once it's working, the numbers still need to be tweaked. It works as outlined in my first post. Or rather, should work. If you have any questions or suggestions, please either post them here or e-mail me. ;redcode-b ;name Swarm3 ;author WFB ;strategy Rough draft of the final version of Swarm ;assert CORESIZE==8000 start mov c1,@ptr mov c2,>ptr spl lc ADD step,>ptr mov i1,@sptr mov i2,@sptr add sptr,sptr jmp loop,<-305 c1 mov -1,<0 c2 jmp -1,<-305 i1 mov 1,>0 i2 spl -1,<-500 lc dat #4,#4 ptr dat #2000,#2000 step dat #2000,#2000 sptr dat #35,#35 end start -WFB