Do you know the Conway’s Game of Life? Well for them who don’t…
The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is the best-known example of a cellular automaton.
The “game” is actually a zero-player game, meaning that its evolution is determined by its initial state, needing no input from human players. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. A variant exists where two players compete.
Yesterday I read an article about it ad I felt an insane necessity of developing a little java version of this useless game (of course it is not the first implementation of the life game… but it was just for my fun)!
Here you can download it:
- Source code: jLife-src.zip
- Mac OS X Universal Binary: jLife.zip
- JAR Multi-platform executable: jLife.jar
Here you can find bit different version… the world-loop one. In the previous version the world was a 100×100 bordered matrix, in this version instead it is a 100×100 infinite-loop matrix (each border is connected to the opposite one creating an infinite loop).
- Source code: jLife-loop-src.zip
- Mac OS X Universal Binary: jLife-Loop_Version.zip
- JAR Multi-platform executable: jLife-loop.jar
Posted by Freedom
Posted by Freedom