Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.

Java - Game of life

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

  1. Any live cell with fewer than two live neighbours dies, as if caused by under-population.
  2. Any live cell with two or three live neighbours lives on to the next generation.
  3. Any live cell with more than three live neighbours dies, as if by overcrowding.
  4. 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
Screenshot
   
game-of-life(src).zip

Size: 29.21 KB
Creation date: 30/03/2016
Last update: 15/09/2023
Downloads: 4393
SHA1: 0fe6bc42e930084f3
8a5c9404737b5f7dd814e26
* Donate:
game-of-life(bin).zip

Size: 29.14 KB
Creation date: 30/03/2016
Last update: 15/09/2023
Downloads: 1756
SHA1: 822dfe6bdd301d475
25d2567fcb7ac3f170fa4c4
* Donate:


* 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!