Thrive Game Development
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Thrive Game Development

Development of the evolution game Thrive.
 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Welcome new and returning members!
If you're new, read around a bit before you post: the odds are we've already covered your suggestion.
If you want to join the development team, sign up and tell us why.
ADMIN is pleased to note that this marquee has finally been updated.
ADMIN reminds you that the Devblog is REQUIRED reading.
Currently: The Microbe Stage GUI is under heavy development
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Quick Links
Website
/r/thrive
GitHub
FAQs
Wiki
New Posts
Search
 
 

Display results as :
 
Rechercher Advanced Search
Statistics
We have 1675 registered users
The newest registered user is dejo123

Our users have posted a total of 30851 messages in 1411 subjects
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 443 on Sun Mar 17, 2013 5:41 pm
Latest topics
» THIS FORUM IS NOW OBSOLETE
Couple quick ideas - Page 4 Emptyby NickTheNick Sat Sep 26, 2015 10:26 pm

» To all the people who come here looking for thrive.
Couple quick ideas - Page 4 Emptyby NickTheNick Sat Sep 26, 2015 10:22 pm

» Build Error Code::Blocks / CMake
Couple quick ideas - Page 4 Emptyby crovea Tue Jul 28, 2015 5:28 pm

» Hello! I can translate in japanese
Couple quick ideas - Page 4 Emptyby tjwhale Thu Jul 02, 2015 7:23 pm

» On Leave (Offline thread)
Couple quick ideas - Page 4 Emptyby NickTheNick Wed Jul 01, 2015 12:20 am

» Devblog #14: A Brave New Forum
Couple quick ideas - Page 4 Emptyby NickTheNick Mon Jun 29, 2015 4:49 am

» Application for Programmer
Couple quick ideas - Page 4 Emptyby crovea Fri Jun 26, 2015 11:14 am

» Re-Reapplication
Couple quick ideas - Page 4 Emptyby The Creator Thu Jun 25, 2015 10:57 pm

» Application (programming)
Couple quick ideas - Page 4 Emptyby crovea Tue Jun 23, 2015 8:00 am

» Achieving Sapience
Couple quick ideas - Page 4 Emptyby MitochondriaBox Sun Jun 21, 2015 7:03 pm

» Microbe Stage GDD
Couple quick ideas - Page 4 Emptyby tjwhale Sat Jun 20, 2015 3:44 pm

» Application for Programmer/ Theorist
Couple quick ideas - Page 4 Emptyby tjwhale Wed Jun 17, 2015 9:56 am

» Application for a 3D Modeler.
Couple quick ideas - Page 4 Emptyby Kaiju4u Wed Jun 10, 2015 11:16 am

» Presentation
Couple quick ideas - Page 4 Emptyby Othithu Tue Jun 02, 2015 10:38 am

» Application of Sorts
Couple quick ideas - Page 4 Emptyby crovea Sun May 31, 2015 5:06 pm

» want to contribute
Couple quick ideas - Page 4 Emptyby Renzope Sun May 31, 2015 12:58 pm

» Music List Thread (Post New Themes Here)
Couple quick ideas - Page 4 Emptyby Oliveriver Thu May 28, 2015 1:06 pm

» Application: English-Spanish translator
Couple quick ideas - Page 4 Emptyby Renzope Tue May 26, 2015 1:53 pm

» Want to be promoter or project manager
Couple quick ideas - Page 4 Emptyby TheBudderBros Sun May 24, 2015 9:00 pm

» A new round of Forum Revamps!
Couple quick ideas - Page 4 Emptyby Oliveriver Wed May 20, 2015 11:32 am


 

 Couple quick ideas

Go down 
+14
Pezzalis
roadkillguy
Falthron
koiboi59
Invader
YourBreakfast
PaperGrape
US_of_Alaska
GamerXA
Agrestrife
Poisson
The Uteen
~sciocont
Bashinerox
18 posters
Go to page : Previous  1, 2, 3, 4
AuthorMessage
roadkillguy
Experienced
roadkillguy


Posts : 528
Reputation : 17
Join date : 2010-08-25
Age : 30
Location : Rhode Island

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptyTue Sep 21, 2010 9:33 pm

The sum of the total muscle mass floats?

It would NOT take into account where they are positioned.
Back to top Go down
Pezzalis
Regular
Pezzalis


Posts : 260
Reputation : 6
Join date : 2010-08-07

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptyWed Sep 22, 2010 1:36 am

Bashinerox wrote:
I dont know why i keep making it posssible to dodge the quetsion, so i'll be short and sweet this time.

Please complete the following:

Code:
fitness =

I really hope this doesnt count as dodging the question...
But what kind of fitness?
It really depends on the creature itself, and what sort of environment it lives in...

The game records the most common actions performed by your species.
Common Actions that are essential to survival (Possibly marked with certain notations in programming)
ie. escaping from a common predator (Lets say in this instance, up a tree), locating and eating food, locating and successfully mating, etc

The game must also somehow analyse your structural fitness to suit these essential actions. I will go over this later.

The essential survival actions which are most commonly repeated in each generation are the ones that determine fitness.

I only have time to cover one particular area right now, Im not sure if its on the right Track... But here.

Digestive Fitness.
Heres a small vague concept to determine digestive fitness... Or more or less Metabolic/Chemical/Enzyme fitness.

Spoiler:

So in that case,
Digestive Fitness= % of Energy Gained from food.
Digestive Fitness=(DigestiveEnzymeEfficiency).(AnyOtherVariablesNotYetCovered)

A creature with a higher % is more digestively fit than one with a lower %.

As for a master fitness code, relating to my previous concept on repeated Essential Survival Actions.
In this case ActionTwo For example could be the DigestiveFitness value, as most species would need to eat. or attain some means of energy to survive. For species without digestive systems it could be PhotosyntheticFitness etc.
The other actions are commonly repeated and essential survival behaviours. There should probably be more than 5.
Some others for example which I havent covered could be:
PredationResistanceFitness (Factors: Evasion, defense, awareness, etc)


SO
Fitness= (ActionOne).(ActionTwo).(ActionThree).(ActionFour).(ActionFive).(CommonEnvironment)

As these Action Values will be a %, when multiplied together you should get a final % Value.

This value determines the overall fitness of the creature.
A Creature with a Fitness of 76% will be better at surviving than a creature with a fitness of 65%.

If a random mutation allows for an increase in total fitness % then your creature is more fit.

Hope this helps in anyway possible

Back to top Go down
Pezzalis
Regular
Pezzalis


Posts : 260
Reputation : 6
Join date : 2010-08-07

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptyMon Oct 18, 2010 1:03 am

Just gonna dig up a concept I had a while back...

Its a counter theory to evolution, to explain why many mammals share homologous organs.
But the theory is total rubbish its the idea that was inspiring.

Spoiler:

Stuff in bold = Basically I have no Idea if this useful whatsoever thus it is bound to be full of holes

But this is the major kicker to this "concept":
These meshes/templates could be readily, directly or randomly modified during the evolution to create vastly different variations of the original template.
(Think say the difference between a seal, human, giraffe and a bat, they all share the same basic structure but are all very different species).

Example Pic:
Spoiler:


Thanks for reading anyway :]
Back to top Go down
GamerXA
Regular
GamerXA


Posts : 285
Reputation : 12
Join date : 2010-07-06
Age : 35
Location : Australia, Queensland

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptyMon Oct 18, 2010 5:56 am

It's Definitely a Good Idea in concept, but it may end up just a little too Earth based. After all, pretty much all land vertebrates evolved from the same Fish, and so body plans would be similar. On another planet if Oxygen was high and gravity low, something similar to Crabs may show up as the dominant land Organism.
Back to top Go down
Lukas99
Newcomer
Lukas99


Posts : 41
Reputation : 3
Join date : 2010-07-07
Age : 28
Location : Error 404 location not found.

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptySat Nov 13, 2010 11:22 pm

Okay while I'm explianing this please remember I'm an idiot.

Fitness is not the only key to survival. Therefore I'm not going to bold, a much better word is.... um.... Survival..ah...Keys...
Survival Keys
Or better yet survival variables (this is not on a one way train to lamarkian, bear with me). Every object would have variables, these would be put into the program and interact with other varibles and this would give you the animals chance for survival. Thats the simple explantion here is the in depth version:

Variables will be code in every object that has an effect on another object (within reason). But these need to be broken down into variable groups as such:

Organic
Organic variables will depend ont he parts on the creatures, such as muscle mass, and organs, but also skin and eyes. So, say the legs muscle mass (represented by a nunmerical variable) isn't enough to support the mass (also represented by a numerical variable) of the creature, it would be crippled imdeatley. But also if the muscle mas was so great that the energy it needed to survive (represented by a variable) is more than the capacity of the stomach (also a variable) it would also die.
I'll explian more on how thes variables interact with the surrounding later.

Planetary
Planetary variables will be such things as oxogen content, gravity, and atmosphiric things in general. These variables will act as a sort of physics engine that can tell wither a creature can exist or not. Example: The gravity is X but the creatures muscle can only support Y, the creature dies. These principles would be the same for flora.

Climate
Climate variables control the temperature, weather, and will greatly shape the ecosystems of the planets. Example: the temperature in this area X-Y, but your creature can't stand temps above W, so it dies. Or the plant that you survive on can't survive in this area, but I'll get more on that in......

Ecosystem
The ecosystem is very very importent, it has variables such as flora, and predetors. The thing about your ecosystem variables is that they are directley related to all the other variable, and the auto evo-system (patcience, all will be explianed, hopefully). I'll give an example of the ecosystem variable in effect. Your little ingsignifican't creature can't handle even the lowest predators (this variable is found by seperating the different variables of the preadators that are close together in numerical order and averaging up these different groups into classe of predators. This would be done with all animals to form a food chain), and also can't reproduce fast enough (variable) to keep up with the predators. You then start to notice that you see your specieces less and less, and you are dying more and more until your species is extinct.

Now these variables all sound a little lamarkian, but ere is the part you've been waiting for:

How This Affects Auto-Evo
Auto-Evo will be a program that randomly changes certian variables on a creature. It would also sometimes change the phsical apperance of the animal, which cause a problem. Like Bashi said math sucks at art, but thats why the body lay out of all animals will be relativle the same, but you will shoose this layout.


Last edited by Lukas99 on Sun Nov 14, 2010 6:33 pm; edited 1 time in total
Back to top Go down
~sciocont
Overall Team Lead
~sciocont


Posts : 3406
Reputation : 138
Join date : 2010-07-06

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptySat Nov 13, 2010 11:59 pm

Excellent post. that's pretty much how I think we could work it.
Back to top Go down
Pezzalis
Regular
Pezzalis


Posts : 260
Reputation : 6
Join date : 2010-08-07

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptySun Nov 14, 2010 1:00 am

@Lukas: Brilliant

I would assume that each creature in the ecosystem would be given a bunch of variables depending on its total survival chance, its diet, its ability and size etc and from this its place in the ecosystem would be determined?

I would imagine that this kind of calculations shouldn't be too hard for your average processor. It sound very feasible too

Great work
Back to top Go down
Lukas99
Newcomer
Lukas99


Posts : 41
Reputation : 3
Join date : 2010-07-07
Age : 28
Location : Error 404 location not found.

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptySun Nov 14, 2010 6:35 pm

For refrence I meant that this was not on a one way train to lamarckian..
Back to top Go down
toxiciron
Newcomer
toxiciron


Posts : 73
Reputation : 0
Join date : 2010-10-06
Age : 30
Location : coLation

Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 EmptyThu Jan 27, 2011 1:20 am

I tried my best to read as many of the posts Bashi wrote and replied to as I could (He's in charge of all the coding, right?), but there are six pages of wall posts. PLEASE excuse me if I repeat something someone else said, etc.

I think that a Darwinian Evolution is pretty much impossible, and quite literally much the same as Lamarckian in the long run. On top of that, I would think Lamarckian is twenty times easier to code.

All programs need variables to determine... everything. I am highly suspicious a computer cannot make them on it's own, so just having a shizload of variables that are all called on at staggered time intervals would be the most efficient form of Lamarckian. Just have a list of them so massive that everything can be unique, but they would have to be equally balanced so as to not have one sided evolution all the time.

EDIT: Sorry, it's late, I'm working last minute on some school projects, and I've had too much caffeine.
Let's say you have a cell. It has variables - wall length, wall thickness, wall bendiness, and a zillion others. Maybe the computer could further define how these would affect the cell BEFOREHAND, almost like creating a library packed with the game.

Some of these variables could be base stats, like speed, health, etc. wall thickness will, for instance, raise health, and lower speed. Remember, this is all very general. There should be more stats, like resistance to disease and such. If any of this needs clarifying, I will try.

I'm going to think about this, expand more on this later, and read any replies for people saying or "OFF TOPIC" or "ALREADY DONE A-HOLE"
Back to top Go down
Sponsored content





Couple quick ideas - Page 4 Empty
PostSubject: Re: Couple quick ideas   Couple quick ideas - Page 4 Empty

Back to top Go down
 
Couple quick ideas
Back to top 
Page 4 of 4Go to page : Previous  1, 2, 3, 4
 Similar topics
-
» Miscellaneous Bugs And Questions That Don't Deserve Their Own Thread Thread
» Programmer coordination discussion
» Hi everyone, I just signed up earlier today.
» Some ideas...
» Biome-centered planet simulation, a quick diagram

Permissions in this forum:You cannot reply to topics in this forum
Thrive Game Development :: Development :: Programming :: Auto-Evo-
Jump to: