Hi. I recently downloaded this and started trying it out, and am finding it very interesting. I hope to start making my own bots soon, if I can work out how
However, I have been unable to make Animal Minimalis work - I copied it from this board as a sample basic bot, but it doesn't seem to be working - it does not reproduce, spin or hunt for food, and will occasionally just shoot forwards in a straight line. If it bumps into an enemy by chance, it seems to attack them, but that is all.
Could anyone help me? This is the script running for it, copied exactly from the thread:
cond
*.eye5 0 >
*.refeye *.myeye !=
start
*.refveldx .dx store
*.refvelup 30 add .up store
stop
cond
*.eye5 50 >
*.refeye *.myeye !=
start
-1 .shoot store
*.refvelup .up store
stop
cond
*.eye5 0 =
*.refeye *.myeye = or
start
314 rnd .aimdx store
stop
cond
*.nrg 20000 >
start
10 .repro store
stop
end