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.


Messages - MrMound

Pages: 1 [2] 3 4 ... 11
16
Bot Tavern / weird
« on: February 17, 2006, 11:04:30 PM »
does this bot do any thing weird when run on your simulation. in mine bots are randomly placed in the screen.



def type 50
def time 51

cond
start
1 inc .time store
stop

cond
*.robage .time =  
start
2 rnd 1 add .type store
stop

cond
*.type = 1
start
100 .up store
stop

cond
*.type = 2
start
100 .dn store
stop

cond
*.type = 3
start
100 .dx store
stop

end

17
Bot Tavern / Rocket Worm
« on: February 17, 2006, 10:36:55 PM »
thats pretty cool.  did you do it on purpose?

18
Off Topic / Wolfhound's Birthday
« on: February 17, 2006, 10:30:08 PM »
I was noticing that also.

19
Off Topic / It's K0zm0's B'day.
« on: February 16, 2006, 12:23:53 AM »
happy bithday!!!

20
Bot Tavern / Evo Anyone?
« on: January 13, 2006, 12:59:26 PM »
ive been switching to a new computer so I haven't been on all that much.  the internet provider took forever to get my account set up and running(it was a big headache  :banghead: getting it connected) ,but its running now  :boing: (all I have to do now is download db again.

21
DNA - General / help
« on: December 09, 2005, 02:29:13 PM »
ok ya its working on my computer now.  db was just going haywirer last night.  when I restarted my computer it started working

22
DNA - General / help
« on: December 08, 2005, 10:26:48 PM »
does this robot work on your computer and if not is there a reason why

23
DNA - General / help
« on: December 07, 2005, 09:25:07 PM »
this gene should change .type's value to 3 if the nrg is < 10000 right?
Code: [Select]
cond
*.type 3 =
*.nrg 10000 <
start
1 .type store
stop

I use a gene like this and I think it works but not that one ^.
Code: [Select]
cond
*.type 1 =
*.nrg 20000 >=
start
3 .type store
stop

24
DNA - General / help
« on: December 06, 2005, 07:07:22 PM »
is there a way to ref a costom sysvar in another bot? like using .type as and example would I be able to see if .type is 2?

25
DNA - General / help
« on: December 04, 2005, 08:34:32 PM »
is there a way to make a costom sysvar amount increase by 10 every 10 cycles

26
DNA - General / help
« on: December 04, 2005, 05:25:46 PM »
umm is .type supposed to show up as a 0 in the dna with that robot?

27
DNA - General / help
« on: December 04, 2005, 04:57:32 PM »
ok so with the def command you can set any variable you want?

28
DNA - General / help
« on: December 04, 2005, 04:37:01 PM »
so it would look somthing like this if I wanted a bot to randomly choose witch direction to move.


Code: [Select]
cond
start
def .type 50
stop


cond
*.type > 3
start
2 rnd 1 add .type store
stop

cond
*.type = 1
start
100 .up store
stop

cond
*.type = 2
start
100 .dn store
stop

cond
*.type = 3
start
100 .dx store
stop

end

29
DNA - General / help
« on: December 03, 2005, 07:35:40 PM »
I want to make a bot that randomly chooses what it will be(like the multibot vegtable). I want it to choos to be a reproducer, a attacker or a defender.  how do I make it choos.  I know it has to do something with the .type command and the rnd command but I don't really know how to code it.

30
Off Topic / Proof of evolution? or a cruel hoax?
« on: December 02, 2005, 10:46:37 PM »
I think its the feet they just don't look right.  I could be wrong though.

Pages: 1 [2] 3 4 ... 11