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 - MysticalDumpling

Pages: [1] 2 3 ... 14
1
Off Topic / Re: making my own DB fan-version
« on: December 23, 2015, 04:07:24 PM »
:P It would be confusing. Ill give it a run after Christmas.

2
Off Topic / Haskell?
« on: December 22, 2015, 03:57:14 PM »
I use a windows, and I want to use a IDE to write code, or at least something that can debug. Nothing works, the closest is Atom plugins, but the setup requires command lines that- surprise! only give instructions for Linux.

Pls help.

3
Off Topic / Re: making my own DB fan-version
« on: December 22, 2015, 03:55:01 PM »
Obv stripped down.
part 1
if x
a
if !x & y
b
if x &y
c

a- meh store
b- blah inc
c- generic phrase dec

4
Off Topic / Re: making my own DB fan-version
« on: December 20, 2015, 12:06:28 PM »
In this situation, the DNA has 2 parts, the reference part and the master part. The reference is just blocks of code. The master genes regulate which section of the reference and what combinations are activated. It is a different type of abstraction.

5
Off Topic / Re: making my own DB fan-version
« on: December 18, 2015, 04:01:54 PM »
You could disable shots, only allow ties- forcing MB formations. You could make DNA blocks of code, with a "master gene" that regulates their activation and combinations, etc. The sky (if you choose to make it) is your limit, lol.

6
Off Topic / Re: making my own DB fan-version
« on: December 14, 2015, 08:17:10 PM »
! Sounds interesting. However, starting with a blank slate, you could try features unfeasible in DB while simplifying others. If you are a sadist, bots with Befunge-like code would be interesting.

7
Mutations / Re: The_Zerobot
« on: December 12, 2015, 03:21:17 PM »
I wonder though, is it possible to evolve aiming? In what situation would it be profitable to evolve it (where "hit and run" fails)?

8
Announcements / Re: Darwinbots 2.48.27 with installer
« on: December 11, 2015, 05:21:03 PM »
Praise be.

9
DNA Tools / Re: SGfying tool.
« on: December 08, 2015, 04:57:42 PM »
Making a bot with 1 gene

10
Off Topic / Re: Botsareus getting ready to head out into the real world.
« on: November 27, 2015, 11:03:59 AM »
Good luck!

11
F1 bots / Re: Mixbot2015a(MixbotAPI)(F1)11-15-2015
« on: November 15, 2015, 02:25:45 PM »
OK, thanks.

12
F1 bots / Re: Mixbot2015a(MixbotAPI)(F1)11-15-2015
« on: November 15, 2015, 11:25:54 AM »
To make sure, are mixbots made using the manual sexrepro widget? Or just gene mix-up?

13
Bot Tavern / Re: Conspec Fooling
« on: November 14, 2015, 11:36:43 AM »
Check Bubbles, the F2 bot.

14
F2 bots / Re: Shinto(F2)(Evo)(interesting)(MysticalDumpling)20.7.14
« on: November 14, 2015, 11:17:08 AM »
Thanks! It was a surprisingly big pain in the tush to write.

15
Interesting behaviour bots / BlindBot[evo][interesting]
« on: November 14, 2015, 10:55:19 AM »
Cute lil' bots that can operate without sight pretty well. It could be in the F1, but most certainly not designed for it!
Code: [Select]
'Tiebot shall only communicate via the tie. Also, it can do stuff blind.

'Delete birth tie and zoom a bit away
'Set up identity
cond
*.robage 0 =
start
.deltie inc
100 .up store
50 .tout1 store
stop

'OK,so I am not a baby. Make some ties.
cond
*.robage 10 >
*.numties 0 =
start
20 .up store
.tie inc   
stop

'If I tied to a conspec, break the tie and turn away
cond
*.tin1 *.tout1 =
*.numties 1 =
start
.deltie inc
123 .aimsx store
stop

'FEED (on veggie body)
cond
*.numties 0 >
*.tin1 *.tout1 !=
start
-6 .tieloc store
-50 .tieval store
*.tiepres .tienum store
stop

'If I can, create the childs
cond
*.nrg 5000 >
start
314 .aimdx store
50 .repro store
314 .aimsx store
stop

'If something is hurting me, break all ties
cond
*.pain 0 >
start
*.tiepres .deltie
50 .dn store
stop

'Metabolism
start
*.nrg *.body 10 mult add 20 div *.body sub 1 floor .strbody store
*.body *.nrg *.body 10 mult add 20 div sub 0 floor 30000 *.nrg sub 10 div ceil  .fdbody store
stop

Pages: [1] 2 3 ... 14