;Nilbomb ;By Anonymous ;This robot, unlike my others, isnt designed to survive. This one, I also made from scrarch, ;with no borrowed code from other robots. However, my turn function wasnt working, so I peaked ;at circles, so... Well, its srategy is: If a robot runs towards it, it detonates all its ;mines which it has layed, and selfdestructs. POW! Never fails to kill the other guy. But it ;only works ONCE. #config scanner= 0 #config weapon= 2 #config armor= 3 #config engine= 0 #config heatsinks= 5 #config mines= 2 #config shield= 0 #msg Proximity detected opo 17, 64 ;Set scan arc :1 opo 22 ;Lay mine opo 17, 10 ;reset Scan Arc opo 14, 20 ;Turn ipo 7, ax ;Scan cmp ax 30 ;If its within 30 jls 3 ;SHOOT! opo 17, 64 ;reset Scan Arc. ipo 7, ax ;Scan cmp ax 100 ;What did you see? jls 5 ;Self Destruct Sequence jmp 1 ;Lets turn some more! :5 opo 23 ;detonate ALL mines int 0 ;Go boom. :3 opo 15 ;fire opo 15 ;fire delay 30 ;cooldown jmp 1 ;turn some more