Author Topic: Borg (F2)(Zelos)-08.10.04  (Read 3832 times)

Offline Jez

  • Bot Overlord
  • ****
  • Posts: 788
    • View Profile
Borg (F2)(Zelos)-08.10.04
« on: January 31, 2007, 01:10:03 PM »
Code: [Select]
'Topic: the nex one zelos has made his first bot
'Zelos

' Borg
'This is my first bot, im gonna mke it hell better
'
'
'
def type 50
'
'

'

'Move Bot
cond
*.eye5 40 <
*.vel > 25
start
5 .up store
stop

'Move Bot when close to food
cond
*.eye5 30 >
*.vel > 10
*.refeye *.myeye !=
start
0,5 .up store
stop

'gene run away from friends
cond
*.refeye *.myeye =
*.eye5 0 >
start
-628 .aimdx store
stop

'gene run away from food whti less then 1000 energy
cond
*.refeye 0 =
*.eye5 0 >
*.refnrg 1000 <
start
-628 .aimdx store
20 .up store
stop

'Shoot Food
cond
*.eye5 40 >
*.refnrg 1000 >
*.hfh 0 =
*.in1 *.out1 =
*.refeye *.myeye !=
start
-6 .shoot store
stop

'Look Left
cond
*.eye1 *.eye5 >
start
-100 .aimdx store
stop

'Look Look Right
cond
*.eye9 *.eye5 >
start
100 .aimdx store
stop

'Reproduce
cond
*.nrg 6000 >
*.eye5 0 =
start
314 .aimdx store
40 .repro store
stop

end
« Last Edit: May 09, 2014, 11:42:33 AM by Botsareus »
If you try and take a cat apart to see how it works, the first thing you have in your hands is a non-working cat.
Douglas Adams

Offline -venom-

  • Bot Neophyte
  • *
  • Posts: 47
    • View Profile
Borg (F2)(Zelos)-08.10.04
« Reply #1 on: January 31, 2007, 08:35:16 PM »
hey nice bot

but I think it is in dire need of a movement gene
If this were a perfect world, nobody would have let me into it.

Offline Jez

  • Bot Overlord
  • ****
  • Posts: 788
    • View Profile
Borg (F2)(Zelos)-08.10.04
« Reply #2 on: January 31, 2007, 11:16:53 PM »
Couple of years old now, probably worked better when it was first released; nothing to stop you modding it...

2BH a lot of the old bots that still work owe homage to PY, pre V2.3 (28.07.04) mostly. Would of had one of those whatyamacallits, extinction points, otherwise.

ID'd bots need to evolve as well.  (That makes me an ID'er, ROFL, never thought I'd describe myself as such!)  
If you try and take a cat apart to see how it works, the first thing you have in your hands is a non-working cat.
Douglas Adams