Author Topic: BANTA!(Mk 1)(F1)(Spike43884)11-11-2014  (Read 2726 times)

Offline spike43884

  • Bot Overlord
  • ****
  • Posts: 656
    • View Profile
BANTA!(Mk 1)(F1)(Spike43884)11-11-2014
« on: November 10, 2014, 01:40:25 PM »
Yep, this is just a funny bot, dont expect it to do well, though my chances of having a lot of places on the league, slightly large considering my mass of bots...
Anyway, before you say their cannibots, I analysed their unusual shoot each-other behavior, and im not sure what to dub this 1, except for its name BANTA, it was originally called HADES, but the behavior, meant the colonies evened out and were manage-able, so considering its this 'playfighting' which in 90% of cases doesnt kill off each other, i've just said that
Quote
'its banta sir!'
Code: [Select]
'BANTA!
'This isn't the time for BANTA, This is the time for WORKA! *educating yorkshire*
'Make it so eyes 360 until *.eye5 sees,
'make it turn to put stuff into *.eye5 if any eyes see but eye5
'Then put it more long range when that is true.

' Gene 1 wide search 1
cond
*.eye1 *.eye5 >
start
mult -100
stop

' Gene 2 wide search 2
cond
*.eye9 *.eye5 >
start
mult 100
stop

' Gene 3 Simple search pattern.
cond
  *.eye3 *.eye5 >
start
mult -25
stop

' Gene 4 Simple search pattern part 2
cond
  *.eye7 *.eye5 >
start
mult 25
stop

' Gene 5 Food Chaser
cond
 *.eye5 0 >
 *.refeye *.myeye !=
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
stop

' Gene 6 Ties
cond
*.eye5 30 >
*.refeye 10 !=
start
1 .tie store
stop

cond
*.numties 0 >
start
-1 .tieloc store
-1000 .tieval store
1 .tienum store
stop

' Gene 7 Shoot Stuff
cond
*.eye5 50 >
start
-1 .shoot store
stop

' Gene 8 Avoid conspecifics
cond
*.refeye 9 =
start
mult 180
stop

' Gene 7 Something?
cond
*50 0 >
start
mult 628
50 dec
stop


' Gene 8 Avoiding Family
cond
 *.eye5 0 =
 *.refeye *.myeye = or
start
 314 rnd .aimdx store
stop


' Gene 9 Reproduce
cond
  *.nrg 5000 >
start
  50 .repro store
stop

' Gene 10 rotate
cond
start
.aimdx store
stop


' Gene 11 Tie to parent
cond
*.robage 0 =
start
.tie inc
stop


end
« Last Edit: June 08, 2015, 04:11:18 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 spike43884

  • Bot Overlord
  • ****
  • Posts: 656
    • View Profile
Re: BANTA!(Mk 1)(F1)(Spike43884)
« Reply #1 on: November 10, 2014, 01:55:55 PM »
BTW, If anyone can change BANTA!'s code so it becomes a solo hunter, i'll be very happy, when its solo...it doesn't do the jelly-hopping and becomes, super formidable


Jellyhopping makes all bots but this 1 so far, more effective :?
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 Testlund

  • Bot God
  • *****
  • Posts: 1574
    • View Profile
Re: BANTA!(Mk 1)(F1)(Spike43884)
« Reply #2 on: November 11, 2014, 06:02:03 AM »
"Banta" is a Swedish word for trying to lose weight by consuming less calories.  :)
The internet is corrupt and controlled by criminally minded people.

Offline spike43884

  • Bot Overlord
  • ****
  • Posts: 656
    • View Profile
Re: BANTA!(Mk 1)(F1)(Spike43884)
« Reply #3 on: November 11, 2014, 12:12:28 PM »
"Banta" is a Swedish word for trying to lose weight by consuming less calories.  :)
Is it, and the word BAE in english now means cute, girlfriend etc.
the original meaning in danish meant POO
So people trying to flirt with others going 'hey BAE' yep, such funny.
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.