Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - fulizer

Pages: 1 [2]
16
F1 bots / puddingus offendicus
« on: December 04, 2007, 10:50:28 AM »
'Puddingus offendicus
'by fulizer
'adaption of basebot made to be a brilliant
'fighter. It has taken on 30 I flammas by
'itself and with reproduction on for both of them
'also it has a waste disposal

Code: [Select]
' Gene 1 Food Finder
cond
 *.eye5 0 >
 *.refeye *.myeye !=
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
stop

' Gene 2 Eat Food
cond
 *.eye5 50 >
 *.refeye *.myeye !=
start
-6 .shoot store
 *.refvelup .up store
stop

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

' Gene 4 Reproduce
cond
 *.nrg 15000 >
start
 30 .repro store
stop


' gene 5 waste disposal
cond
*.waste 40 >
start
.backshot inc
-4 .shoot store

' gene 6 counter attack
cond
*.shflav 0 !=
*.shflav -2 !=
start
1256 *.shang sub .aimshoot store
16 .shootval store
628 .shoot store
0 .shflav store
stop
end


it should go in the shortbot leuge but I feel it may be good enough for the other leuges the new sixth gene turns anything that shots at it around I will laugh my head off at this

17
Tips and Tricks / giving more than 50%
« on: November 24, 2007, 04:54:34 AM »
when a bot copies itself and gave more than 50% energy to its decendant it shoudn't make a difference to if it gave less than 50%
example
bot 1 has 10,000 adn then gives 70% of its evergy to bot 2
bot 1 now has 3,000 energy and bot 2 has 7,000
the energy amounts would change around (bot 1 having 7,000 and bot 2 having 3,000) if it only gave 30% to its copy really it shoudn't make a difference

18
Evolution and Internet Sharing Sims / predetor prey sims
« on: November 24, 2007, 04:27:55 AM »
heres an idea.
make a gene that causes a robot to only shoot at another robot if it is not its own species and doesn't have eyes.
that would make a herbivore bot that only attacks other "animals" in the first cyle of their life (it's a glitch I think it doesn't see anything for the first cycle)
also you could then make somethink that only targets bots with eyes making a carnivorebot

19
Bot Challenges / combat challenge
« on: November 11, 2007, 04:46:22 AM »
have a feild a small as the software alllows you to make you have 1 robot of your choice against I flammas.
both get to reproducand starting energy is 3000. how many I flammas can 1 robot fight against?
if your robot dies lower the amount if it wins raise it until you find the exact amount of I flammas your robot can win against.
remember only 1 robot to start I can reproduce though!

Pages: 1 [2]