Darwinbots Forum

Bots and Simulations => Bestiary => Short bots => Topic started by: Jez on December 02, 2006, 03:08:50 AM

Title: First bot (4G)(Jez)-04.03.04
Post by: Jez on December 02, 2006, 03:08:50 AM
Code: [Select]
'Topic: Short-bots thread 
'Jez

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

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

cond
*.eye5
0
=
start
150
.aimdx
store
'***removed from first bot
' 10
' .up
' store
stop

'***added to first bot
cond
*.refeye 3 =
*.eye5 0 !=
start
150 .aimdx store
stop
end