Swing application which consists of a simulator of Game of Life. This game 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.
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 game-of-life.jar
License: GPLv3
game-of-life(src).zip |
Size: 29.21 KB |
Creation date: 30/03/2016 |
Last update: 15/09/2023 |
Downloads: 4423 |
SHA1: 0fe6bc42e930084f3 8a5c9404737b5f7dd814e26 |
game-of-life(bin).zip |
Size: 29.14 KB |
Creation date: 30/03/2016 |
Last update: 15/09/2023 |
Downloads: 1775 |
SHA1: 822dfe6bdd301d475 25d2567fcb7ac3f170fa4c4 |
* You can download the item for free selecting "0 euro", but a donation would be greatly appreciated to keep its development, and also cover hosting costs. Thanks!