Bots and Simulations > Short bots

[]Mk2[]Aggressive Dwarfs(Spike43884)(F1)(SB)09-11-2014

(1/1)

spike43884:
Slightly adjusted to make it more efficient, credit to shadowgod2 for the small improvements (Also does not use the MKVIRUS anymore)

--- Code: ---'Aggressive Dwarfs (F1)(MB) By Spike34884
'Forms clusters of super-small bots which then scan the horizon for any veggies/bots then once on has found it, they all spread that way, and consume it within their mass.
'Easily Handled Fruitflies and Bubbles in a sim, Struggled slightly on Quickdraw, Not many bots it is severely beaten by.

cond
 *.eye5 0 >
 *.refeye *.myeye !=
 start
 *.refveldx .dx store
 *.refvelup 30 add .up store
 stop

 cond
 *.eye5 90 >
 *.refeye *.myeye !=
 start
 1 rnd 5 mult 6 sub .shoot store
 *.refvelup .up store
 stop

 cond
 *.eye5 0 =
 *.refeye *.myeye =
 or
 start
 314 rnd .aimright store
 stop

 cond
 start
 50 .repro store
 *.tiepres .deltie store
 stop
--- End code ---

Botsareus:
Hey Spike, I do not think that is the whole robot. I realized replacing the quote tags with code tags. Do you have a full DNA for me? Moving to untagged for now.

spike43884:

--- Quote from: Botsareus on June 08, 2015, 07:41:39 PM ---Hey Spike, I do not think that is the whole robot. I realized replacing the quote tags with code tags. Do you have a full DNA for me? Moving to untagged for now.

--- End quote ---
It is the whole robot, it just doesn't have an end tag.

Dunno why, it just doesnt. But its the full robot.

Botsareus:
That means it does not qualify as an MB. I will qualify it as a SB instead.

Navigation

[0] Message Index

Go to full version