Author Topic: []Mk2[]Aggressive Dwarfs(Spike43884)(F1)(SB)09-11-2014  (Read 4004 times)

Offline spike43884

  • Bot Overlord
  • ****
  • Posts: 656
    • View Profile
[]Mk2[]Aggressive Dwarfs(Spike43884)(F1)(SB)09-11-2014
« 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
« Last Edit: June 09, 2015, 01:40:35 PM by Botsareus »
Autism can allow so much joy, and at the same time sadness to be seen. Our world is weird, and full of contradiction everywhere, yet somehow at moments seems to come together, and make near perfect sense.

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Moderator
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Re: []Mk2[]Aggressive Dwarfs(Spike43884)(F1)(MB)09-11-2014
« Reply #1 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.

Offline spike43884

  • Bot Overlord
  • ****
  • Posts: 656
    • View Profile
Re: []Mk2[]Aggressive Dwarfs(Spike43884)(F1)(MB)09-11-2014
« Reply #2 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.
Autism can allow so much joy, and at the same time sadness to be seen. Our world is weird, and full of contradiction everywhere, yet somehow at moments seems to come together, and make near perfect sense.

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Moderator
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Re: []Mk2[]Aggressive Dwarfs(Spike43884)(F1)(MB)09-11-2014
« Reply #3 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.