Darwinbots Forum

Bots and Simulations => Bestiary => Short bots => Topic started by: Jez on December 20, 2006, 09:29:49 AM

Title: First Crazy Spinner (5G)(Jez)-25.10.03
Post by: Jez on December 20, 2006, 09:29:49 AM
Code: [Select]
'25.10.03
'Topic: Lucky Spinner 

'Jez

'first crazy spinner

cond
*.nrg
6000
>
start
25
.repro
store
50
.aimdx
store
stop

cond
*.eye5
0
>
*.refeye
4
<
start
10
.up
store
-1
.shoot
store
stop

cond
*.eye5
0
>
*.refeye
4
>
start
10
.up
store
-1
.shoot
store
stop

cond
*.eye5
0
>
*.refeye
4
=
start
5
.up
store
50
.aimsx
store
stop

cond
*.eye5
0
=
start
150
.aimdx
store
stop
end