Author Topic: FirstBot (4G)(Botsareus) - 10.03.05  (Read 3399 times)

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Moderator
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
FirstBot (4G)(Botsareus) - 10.03.05
« on: March 10, 2005, 05:21:09 PM »
"**This robot features some really crazy reproduction methods, and some really basic survival techniques.
Code: [Select]
'Perfect Bot for evolution
'FirstBot is the official name

'/*****proper reproduction 1

cond
  *.nrg
  20000
  >
start
  50
  .repro
  store
  'if time to reproduce store it
  1
  972
  store
stop

cond
  '/after robot reproduces it reproduces more until energy less then 3000
  *972
  1
  =
start
  50
  .repro
  store
stop

'***** 2

cond
  *.nrg
  3000
  <
start
  0
  972
  store
stop

'\*****very simple find food method 3

cond
start
 -1
  .shoot
  store
  10
  .up
  store
stop
end
« Last Edit: May 13, 2014, 04:27:00 PM by Botsareus »