More Cellular Automata Examples

 This is a slightly interesting example of Cellular Automata but also sets up a basic Java 2D framework.

You can see the game of life patterns form over time.  Also added a internal observer player on the grid and moveable player up top.   See the heads up display with additional information.




See code at github

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

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