by delXwel
Not So Classic Life Game v1.4 It is my attempt in creation life simulator based on classic game of life rules. The rules of game of life are:
For a space that is populated:
-Each cell with one or no neighbors dies, as if by loneliness.
-Each cell with four or more neighbors dies, as if by overpopulation.
-Each cell with two or three neighbors survives.
For a space that is empty or unpopulated
-Each cell with three neighbors becomes populated.
There are many implementations of this rules in the Internet. I like this game and I have created modified version. In Not So Classic Life Game you can grow three different species of cells (red, blue, yellow). Cells in my game have certain amount of life. The death can be slower not instantaneous like in Game of Life. It is possible that cell will be slowly loosing health until death. You can specify separate rules for each cell species. For each neighbor number you can specify:
death (slow)
death (fast)
death (faster)
death (immediate)
sleep
reproduce (red)
reproduce (blue)
reproduce (yellow)
So three species and all rules for each species gives approximately 2,417,851,639,229,258,349,412,352 !!! possible combinations of the parameters.
You can download source code of this game from my web page http://delxwel.com
Tags: life, game, classic, simulation, death, artificial
DownloadReleased | 2011-10-30 |
Category | Other |
Rating | 4.0 (by 1 users) |
Downloads | 28 |
Version | 1 |
ID | 188372 |
Slug | not-so-classic-life-game |