home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / games / corewar / 1539 next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.9 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!ogicse!flop.ENGR.ORST.EDU!prism.CS.ORST.EDU!wangsawm
  2. From: wangsawm@prism.CS.ORST.EDU (W. Mintardjo)
  3. Newsgroups: rec.games.corewar
  4. Subject: Paratroops v1.2 (KotH's November-December 1992 warrior)
  5. Message-ID: <1h4123INNese@flop.ENGR.ORST.EDU>
  6. Date: 21 Dec 92 08:59:47 GMT
  7. Article-I.D.: flop.1h4123INNese
  8. Organization: CS Dept, Oregon State University
  9. Lines: 56
  10. NNTP-Posting-Host: prism.cs.orst.edu
  11.  
  12.  
  13. This is an Anti-IMP program. It works fine against stone and/or spiral program.
  14. It also beats silent scanners that don't use decoys, colored bombs, djn trail,
  15. etc (i.e No Mucking About, B-Scanners L.I.V, etc)
  16.  
  17. Against other scanners, vampires and papers, this program still needs major 
  18. improvements.
  19.  
  20. Statistic result against spiral/stone programs:
  21. Warrior          Win     Lose     Tie 
  22. =====================================
  23. It                54       38       8
  24. Imprimis 3        57       25      18
  25. +0 Stormbringer   63       27      10
  26. Midnight          56       30      14
  27. Impression v4     48       32      20
  28.  
  29. --- W. Mintardjo
  30.  
  31. ;redcode 
  32. ;name Paratroops v1.2
  33. ;author W. Mintardjo
  34.  
  35. init    EQU incr+98
  36. dist    EQU 47
  37.  
  38. step    DAT #98, #98
  39. incr    ADD step, scan
  40. scan    CMP init, init+dist
  41.         SLT #last+dist, scan
  42.         JMP incr
  43.         MOV step, <scan
  44.         DJN -1, #dist+3
  45.  
  46. launch  ADD #1600, ptr1
  47.         MOV s4, @ptr1
  48.         MOV s3, <ptr1
  49.         MOV s2, <ptr1
  50. ptr1    SPL @ptr1, s2+500
  51.         MOV s1, <ptr1
  52.         DJN launch, #5
  53.  
  54. s1      dat <-4,<-5
  55. s2      spl 0,<-3
  56. s3      mov -2,<-4
  57. s4      jmp -1,<-5
  58.  
  59. last    END scan
  60.  
  61. PS: About line s1-s4, I believe Matt Hastings still has the other variation.
  62.  
  63. -- 
  64. I wish I could update this message:
  65. "This program posts news to thousands of machines throughout the entire
  66.  civilized world.  Your message will cost the net hundreds if not thousands of
  67.  dollars to send everywhere.  Please be sure you know what you are doing."
  68.