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

Pages: 1 ... 29 30 [31]
451
DNA - General / Qustion of the future
« on: February 27, 2005, 03:37:32 PM »
:unsure: It is hard to be a plant or a wasteEater in the inv-G system because it takes a while for this things to evolve.

But what about a Plant Eater, Is it only difficult to evolve into a Plant Eater because [you]food will be hard to find[/you]?

I am sure a Plant Eater does not need any new code. -Like "2 .setphotons store" Robots out now will work the same as hunters in the program right? -No new code needed

P.S.
This is more like a suggestion then a qustion. But now the suggestions board is busy with active topics already, so I posted it here.

452
Off Topic / Who was it?
« on: February 26, 2005, 02:49:39 PM »
Who had the great idea of making Mighty a "mod" anyway? What kind of Heroic thing did he do to deserve this? Or did everyone simply like he’s pictures?

453
Off Topic / Rnd function
« on: February 25, 2005, 04:56:56 PM »
Yes, The Visual Basics Rnd function after a period of time produces repeating data?

Any one know a soultion to this?

We can use the rnd function in combination with another really clever way to generate numbers. ex:
An example of a way will be to mesure the uncertainty of the processor and the system timer interacting and/or then uncertainty of the processor and the hard drive interacting
The ultimate source for random information will be the internet but who is going to bother with a system of collecting that information or with running DB only when pc is online.

454
Off Topic / Random Space Games
« on: February 24, 2005, 06:18:41 PM »
How Far did you get with that project Num , what happend with it?

455
Off Topic / The English
« on: February 24, 2005, 03:50:22 PM »
Ok look I am not around people much so therefore I am not good at English:

Maybe someone is modifying my posts to look spelled wrong and I don’t know about it?

I am not in school for a while now , thats the other possible cause of the problem.

I took a year off from school because of my illness, Can my illness be the cause? I dont know.

At any rate thank God Mighty Penguin is the only one that is having enough trouble undestanding me to actualy care.

I am only 18 years old; I am not in collage yet; don’t expect me to talk like a Professor.

And besides a large part of my brain is devoted to understanding visual basic, and video games…

456
Dead-End and Solved Suggestion Requests / the power function
« on: February 23, 2005, 04:41:26 PM »
Example of a power function will be

Quote
3.5
3
pow
20
store

it means

memory(20) = 3.5 * 3.5 *3.5

If anyone can provide a website that better explains the power function go ahead

457
Off Topic / Pusher Bots for visual basic Bau first virsion
« on: February 23, 2005, 02:45:26 PM »
<--- look here on this picture I always post with

Its a screen shot from a physics development faze of pusher bots

Quote
Now wth does that have to do with "vtimer"?

Well in my programs all kinds of loops are allowed (I call them "repeats")
Quote
But what happens if there is an Infinite loop?

AAA! well thats were my own timer tricks come in:

* The simulator executes each robots dna one by one in several bits

* The "bit" is equal to the length of the dna of the fastest robot

* So if a robot is three times as slow as the fastest robot , the simulator will cut its prossesing into 3 bits , so the fastest robot "thinked" 3 times while this slow robot only "thinked" once

* Forget about thouse robots with infinate loops they will be killed [you]before[/you] by faster robots

* [you]Before[/you] means before the "HI VB RAN OUT OF STACK SPACE" error

right now I am stuck on the code of turning equations with parentheses' into type arrays so the vb can compile

an example of an equation like that will be :
Quote
repeat if (a < r) and (c > (d * (e - f)))

good luck with that for me  :D

458
Bugs and fixes / Please Read Suggestions for a bug
« on: February 23, 2005, 02:13:09 PM »
I should of posted that here , was not used to the new board apperently

also thought there was no pointers

anyway

PLEASE READ THE Darwinbots Forum > Code center > Suggestions > Errays other topic

I posted somthing new there , that I am having trouble with

HELLO? ANY ONE THERE ?
 :(

 :D <_<  sorry for the complete inconsistency

459
Suggestions / Arrays other topic
« on: February 21, 2005, 06:22:50 PM »
Dim memory(1000) as Intager 'this actualy already Exists in the program

Do '<--- this loop is the robot stack loop itself
memory(0) = 0
Do
memory(memory(0) + 100) = 999 - memory(0)*2 '<--- inpossible in the current virsion
If memory(0) > 100 Then Exit Do
Loop
Loop

***Can you later add the ability for the DNA to store values in arrays , not in memory one by one

***And Robots will be able to mutate all this stuff naturaly

***THE ABOVE CODE WHEN WRITTEN IN DB DOES NOT USE ANY NEW LOOPS , IT CAN USE THE Cycling of the program itself as a loop. That makes even more sense because now a robot takes more time to store a bigger erray

460
[you]"Ideas' Programming Status" does not talk about the code I gave Num for Robot Plasment[/you]; I have been thinking about the robot plassment itself for an oval Generating a random X and a random Y and then [you]making sure they are inside the oval not outside it [/you]is a difficult code to write.

Instead for the oval code you can generate a random "angel" and a number between 0 - 1 for the distance (lets call this n) , after the (sin, cos) from the angle is gatherd multiply sin * n * abs(x1 - x2) and cos* n * abs(y1 - y2)

 B)

That should give you locations to place robots themselfs

461
DNA - General / Basic Math
« on: February 21, 2005, 04:01:05 PM »
Dim memory(1000) as Intager 'this actualy already Exists in the program

Do '<--- this loop is the robot stack loop itself
memory(0) = 0
Do
memory(0) = memory(0) + 1
Debug.Print memory(0) 'there should be some kind of Debug in Db right
If memory(0) > 100 Then Exit Do
Loop
Loop

***The above is inpossible to program in DB for me , CAN ANYONE GIVE ME A WORKING DNA FOR THAT WITH A INFORMATION ON HOW TO DEBUG AS WELL?

462
Off Topic / New Forum
« on: February 21, 2005, 11:22:34 AM »
Ok I like the new forum , exsept : HOW DO I POST MY PICTURE THING? , ( I am talking the picture thing that num has a black hole for example)

In other comments: Why is the "annonymos guest person" still here , all he does is annoy people , even his name sayes so...

Pages: 1 ... 29 30 [31]