
Various Games cell game java life
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970
Any live cell with fewer than two live neighbours dies, as if caused by under-population.
Any live cell with two or three live neighbours lives on to the next generation.
Any live cell with more than three live neighbours dies, as if by overcrowding.
Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.
More information here: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Controls
Left click: Draw cell
Right click: Erase cell
In the ball mode, one end of the vivarium connects with the other end.
You can run the program with Eclipse. To run the program without Eclipse: java -jar the-game-of-life.jar
Please login or register to add a comment or rating