;Robot's name : BOTGod32 ;Author : (c) Olger Oeselg ;Author's Country : Estonia ;Author's E-mail : olger_o@hotmail.com ;Date of completion : 15/March/2001 ;Class : Light Weight ;Tournament : Only Light Weight tournaments! ;Version : v1.0 ;Comment : Really cool & manuverable, packed into 32 lines! ;****************************************************************************** ;Targeting system : Average ;Firing system : Average ;Moving system : Smart ;Killing ability : Excellent ;Surviving ability : Very Good ;****************************************************************************** ;Style: He moves by his enemy, avoiding it to hit him & fires ; constantly @ it. So all in all it is, in my opinion one ; of the best Light Weight bots around ;****************************************************************************** ;[[[ DON'T EXPECT ANY PERFECT SOLUTIONS ]]] ;****************************************************************************** ;NB! The whole code is packed into 32 lines!!! ;****************************************************************************** #config scanner=4 #config weapon=1 #config armor=2 #config engine=2 #config heatsinks=3 ;****************************************************************************** #MSG <[[GOD]]> ;****************************************************************************** ; Compilable code: ;****************************************************************************** set ax 64 int 3 set fx -100 ;****************************************************************************** !flip opo 12 128 !start cmp @0 0 jne !core neg fx opo 11 fx !core opo 17 ax ipo 7 bx cmp bx 2000 ja !track2 set bx ax mpy bx @3 shr bx 1 opo 12 bx cmp ax 4 ja !track1 cmp ax 1 jbe !track2 !fire opo 15 @3 jmp !move !track1 shr ax 2 jmp !move !track2 cmp ax 64 jae !flip shl ax 2 !move ipo 5 ex add ex 64 sub ex @1 opo 14 ex jmp !start