https://evolgames.itch.io/evol-circuit
Just made a little cellular automaton over the last few days. I'm pretty proud of how it turned out with minimal effort. It's a grid system of cells that abide by a set of rules and interact with each other. Even just a handful of rules can create stunning results, the most famous example would be Conway's Game of Life. This simulation is inspired by Wireworld, a similar variant which allows for easy digital circuitry. You can even make logic gates and theoretically a computer within the simulation. The background grid is infinite and the game runs very fast, even with 18,000+ cells active. It's free, so go tell me what you think. I'll be adding some other colored cells and functions for them soon.