Predator Prey Simulations
I was recently digging through some old files and happened across a project I did while in college. It’s a cellular automoton modeling the interactions between predator and prey. Much to my surprise, it was still functioning. The application itself is pretty fun, it lets you enter in settings for populations of prey and predator, and then runs the simulation with a graphical view. No awesome 3d graphics though, just colored dots. Download the application here: PopSimApp.zip You’ll need to install the .NET Framework 2.0 if you don’t already have it.
If you’re still interested, you can look at the source code here: PopSimSrc.zip
And if you like pain, you can read the boring report that I wrote to go along with it: PopSimReport.zip