Darwinbots Forum

Bots and Simulations => Bot Tavern => Topic started by: MrMound on February 17, 2006, 11:04:30 PM

Title: weird
Post by: MrMound on February 17, 2006, 11:04:30 PM
does this bot do any thing weird when run on your simulation. in mine bots are randomly placed in the screen.



def type 50
def time 51

cond
start
1 inc .time store
stop

cond
*.robage .time =  
start
2 rnd 1 add .type store
stop

cond
*.type = 1
start
100 .up store
stop

cond
*.type = 2
start
100 .dn store
stop

cond
*.type = 3
start
100 .dx store
stop

end