;Robot's name : Master ;Author : (c) Olger Oeselg ;Author's Country : Estonia ;Author's E-mail : olger_o@hotmail.com ;Date of completion : 16/April/2001 ;Class : Light Weight ;Tournament : Only Light Weight tournaments! ;Version : v1.3 ;Comment : A new kind of guy, who is based on botgod, but he is ; : very much different from it's predecessor, the BOTGod ;****************************************************************************** ;Targeting system : Simple ;Firing system : Smart ;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=3 #config weapon=2 #config armor=2 #config engine=2 #config heatsinks=3 ;****************************************************************************** #MSG ;****************************************************************************** ; Compilable code: ;****************************************************************************** set ax 64 int 3 set fx -100 ;3 ;****************************************************************************** !flip opo 12 128 opo 14 2 !start cmp @0 0 jne !core neg fx opo 11 fx ;9 !core opo 17 ax ipo 7 bx cmp bx 1500 ja !track mov bx ax mpy bx @3 shr bx 2 opo 12 bx cmp ax 1 jbe !track shr ax 1 ;20 !fire mov bx @3 add bx @3 opo 15 bx jmp !move ;23 !track cmp ax 64 jae !flip shl ax 1 ;26 !move ipo 5 ex add ex 36 sub ex @1 opo 14 ex jmp !start ;31