Previous Blog Next Blog
Prev/Next Blog
by date

Life is pain...

Life is pain...
Name:Frank Carney
Date Posted:Mar 07, 2007
Rating:Not Rated
Public:NO
Comments:YES
RSS Feed:GarageGames Blog feedor Subscribe with .
Profile Page:View profile page for Frank Carney

Blog post
I have finally started testing my "war" algorithm for the life simulation I have been working on:




Here is a movie of it:
demolishun.net/images/warTest.mpg

The cool thing about the program is it can create structures that would not normally exist because the opposing cells. The cells will degrade each others counts if they are in proximity. Notice they never intermix, because they could not survive with the other cells. I plan on trying adaptations of the current algorithm. The current implementation will work with N number of cell teams.

I thought it was suitable that the colors I start testing with for the first two teams should be red vs blue. ; ) However, I just set the color for each team from script as cells are added.

Recent Blog Posts
List:12/25/07 - Milestone Reached: Mission Launched from Database
12/24/07 - Creating Objects Without Creating Them
12/24/07 - Another Sqlite Blog
09/03/07 - SQLite is Fun!
08/20/07 - Playing House
07/05/07 - Getting burned out and coming back, again...
04/07/07 - Inputs, Inputs everywhere...
04/01/07 - RPG, what does it mean?

Submit ResourceSubmit your own resources!

Sam Redfern   (Mar 07, 2007 at 07:52 GMT)
Looking good! I've always found the whole idea of cellular simulation and the possibility for emergant behaviour very interesting. Frank, you might find this little Java artificial life program I did a few (9!) years ago interesting: www.it.nuigalway.ie/~sredfern/genetix.html

Orion Elenzil   (Mar 07, 2007 at 23:53 GMT)
Frank - remind me of the rules for War Life ?

Sam - hey, that's pretty neat. i like : #foods = 111 sizeFoods = 12 foodSpeed=5 initialAgents=2.
but it tends to freeze after a few hundred epochs.

Frank Carney   (Mar 08, 2007 at 02:52 GMT)
The rules are simple, same rules of life, but opposing cells reduce count rather than add. It is still pretty early to determine if this is what I want. I will try some other variations. Also, I am using the standard 23/3 rules.

Also, very cool link. I will have to see what is under the hood.
Edited on Mar 08, 2007 02:54 GMT

Johan Stenqvist (neochrome)   (Mar 08, 2007 at 08:14 GMT)
#foods = 200 sizeFoods = 5 foodSpeed=5 initialAgents=10 makes for nice screensaver effect - especially when your ears are pumping with goa trance!!! ;)

You must be a member and be logged in to either append comments or rate this resource.