Cellular Automata Simulator
About
This is a cellular automaton simulator. A cellular automaton is a grid of cells where each cell is updated according to the states of its neighbors. The most famous is Conway's Game of Life, but this app supports many others as well.
There are two versions: the demo only offers access to a few rules, such as Conway's Game of Life and Wireworld. The full version has about a dozen more CA rules and also lets you create custom rules.
This project is still under development, and I plan to add more features like a better UI, saving/loading, and the ability to create more complex CA rules.