Many months ago, I got an idea for a program to write in Visual Basic 4.0 (sorry, best version I legally own). Now that I have .00001% more free time than I did back then, I want to get started on it. But I have no idea where to begin.
What I want it to do is model evolution on a small scale. I should be able to input a certain type of creature with various attributes, various conditions under which it lives, and some way for it to nourish itself and reproduce. Then I just want to let it run in thousands of iterations and see how its offspring might evolve as conditions randomly change.
One problem is how to display the results. VB isn’t very robust as far as graphics are concerned, but maybe I can just see a report of sorts on how many species, how many extinctions, etc.
Another problem is space. For any type of real-world modeling I would need millions of critters that have millions of attributes. Limited RAM becomes a problem.
Ideas?