This is a "zero player game" partially inspired by Conway's Game of Life. Between 4-10 pixel blobs are places on a screen and autonomously grow based on a deterministic set of rules. The game ends when all of the available cells are occupied by a blob. Some blobs prefer to slowly expand evenly in every direction. Other blobs prefer to aggressively push all of their energy into a single direction gobbling up as much territory as possible.
There is no single "victory condition". Maybe you care about the conquest of a single blob controlling as much space or energy as possible. Or maybe you prefer blobs to collaborate to create beautiful chaotic patterns.
Controls: - 's' Saves a PNG of the current screen. - 'i' Restarts the game in "infinite mode". 10 seconds after each game ends, the rules are shuffled and the game resets.