Conway S Game Of Life Patterns
Download conway s game of life for free.
Conway s game of life patterns. Patterns under the rule have a chaotic evolution similar to those under the standard life rules but the chaos tends to die out much more quickly. It is turing complete and can simulate a universal constructor or any other turing machine. The game of life an example of a cellular automaton is played on an infinite two dimensional rectangular grid of cells. Conways game of life rules.
The status of each cell changes each turn of the game also called a generation depending on the statuses of that cell s 8 neighbors. It is a zero player game meaning that its evolution is determined by its initial state requiring no further input. The game of life also known simply as life is a cellular automaton devised by the british mathematician john horton conway in 1970. Two different rules of progress for compare.
This one is of necessity slow and limited to a tiny cell universe but it s an ingenious application of check boxes and it even runs in lynx. One interacts with the game of life by creating an initial configuration and observing how it evolves. It can simulate the largest known patterns including the tetris processor 0 1mb 29201m cells caterpillar 2 5mb 11m cells gemini 1 4mb 846k cells turing machine 0 1mb 252k cells and large metapixel patterns 0 1mb 100m cells. Neighbors of a cell are cells that touch that cell either horizontal vertical or diagonal from that cell.
Conway s game of life part 2 duration. This page contains a javascript implementation of the well know john conway s game of life. This is an implementation of conway s game of life or more precisely the super fast hashlife algorithm written in javascript using the canvas tag. It includes a pattern viewer running x windows and a python module intended to help in designing complex patterns.
A web page implementation of john conway s game of life. At the time of its discovery the canada goose was the smallest known diagonal spaceship other than the glider but this record has since been beaten first by orion 2 and more recently by the crab. It uses the list life algorithm by tony finch and a canvas interface for drawing. This is a work in progress and i will add some new features in the near future.
Some patterns and life implementations available in my ftp directory. A c 4 period 4 spaceship. The 2 2 rule gets its name from the fact that it can emulate a simpler cellular automaton that acts on each 2 2 block. The universe of the game of life is an infinite two dimensional orthogonal grid of square cells each of which is in one of two possible states live or dead or populated and unpopulated respectively.