Top "Cellular-automata" questions

A cellular automaton is a discrete model studied in computability theory.

Wolfram's Rule 34 in XKCD

The hover "joke" in #505 xkcd touts "I call rule 34 on Wolfram's Rule 34". I know what rule 34 is in Internet terms …

theory cellular-automata
Algorithms for Simulating Fluid Flow

I've got a game idea that requires some semi-realistic simulation of a fluid flowing around various objects. Think of a …

algorithm simulation cellular-automata
How to create a nested array of arbitrary depth in java?

I am trying to create an array of arrays of arrays etc..., except I don't know how many nested levels …

java arrays cellular-automata
another Game of Life question (infinite grid)?

I have been playing around with Conway's Game of life and recently discovered some amazingly fast implementations such as Hashlife …

algorithm data-structures sparse-matrix cellular-automata conways-game-of-life