Darwinbots Forum

Bots and Simulations => Bestiary => Short bots => Topic started by: spike43884 on November 09, 2014, 05:01:21 AM

Title: []Mk2[]Aggressive Dwarfs(Spike43884)(F1)(SB)09-11-2014
Post by: spike43884 on November 09, 2014, 05:01:21 AM
Slightly adjusted to make it more efficient, credit to shadowgod2 for the small improvements (Also does not use the MKVIRUS anymore)
Code: [Select]
'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
Title: Re: []Mk2[]Aggressive Dwarfs(Spike43884)(F1)(MB)09-11-2014
Post by: 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.
Title: Re: []Mk2[]Aggressive Dwarfs(Spike43884)(F1)(MB)09-11-2014
Post by: spike43884 on June 09, 2015, 12:51:35 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.
It is the whole robot, it just doesn't have an end tag.

Dunno why, it just doesnt. But its the full robot.
Title: Re: []Mk2[]Aggressive Dwarfs(Spike43884)(F1)(MB)09-11-2014
Post by: Botsareus on June 09, 2015, 01:40:17 PM
That means it does not qualify as an MB. I will qualify it as a SB instead.