More cellular automata fun again

Getting back into cellular automata - Cellular automata are models in which space is divided into a grid of cells, each with a limited set of states, where every cell updates its state simultaneously based only on its current state and the states of its neighbors. From these simple local rules, complex global behavior can emerge.

See this example from github, graphics2d, java and other things.

https://github.com/berlinbrown/quick-games-in-day-examples/tree/main/java2d/cellular

And this is me doing it.




Comments

Popular posts from this blog

JVM Notebook: Basic Clojure, Java and JVM Language performance

On Unit Testing, Java TDD for developers to write

Application server performance testing, includes Django, ErlyWeb, Rails and others