Games of Life
Several people had the idea of making something based on Conway's game of life and I thought I'd briefly go through them. The Game of Life is a cellular automaton with very simple rules from which great complexity can arise. It was first studied by John Conway, a great mathematician who recently died of COVID-19. It was the least of his achievements.
Everybody took the idea in a different direction, making me think about the game of life in ways I hadn't before and my descriptions don't do them justice. I recommend trying out all of them.
https://ldjam.com/events/ludum-dare/46/conways-garden-of-life/ by @davidsheadgames asks you to plant and harvest fruit which will spread according to the rules of the Game of Life.
https://ldjam.com/events/ludum-dare/46/golkia/ by @szieberth-adam is a sandbox, implementing the vanilla game of life with no set objective. Uses GPU to run the simulation - very cool.
https://ldjam.com/events/ludum-dare/46/life-1/ by @pke1029 is a retro-style (TIC-80) game. It has a sandbox mode as well as a mode where you navigate the grid and shoot at an evolving pattern to remove cells and stop it reaching you.
https://ldjam.com/events/ludum-dare/46/game-of-life/ by @teo-miklethun is a very challenging puzzle game where you have to add/remove a minimal number of cells to reach a desired pattern.
https://ldjam.com/events/ludum-dare/46/life/ by @esenti feels like Space Invaders. Both the incoming bullets and the ones you fire are spaceships, patterns that move themselves across the grid.
https://ldjam.com/events/ludum-dare/46/life-42-cells by @kara challenges you to reach a state where 42 cells are enclosed in a very fast simulation.
https://ldjam.com/events/ludum-dare/46/life-alive by @claytonrumley is a multiplayer game where each player is a single cell that must move around and stay alive while the rest of the board follows the usual rules.
https://ldjam.com/events/ludum-dare/46/imojc/ by me is also multiplayer - live cells are coloured and the challenge is to survive by encouraging cells of your colour to spread across the grid while competing for space with other players.
If you know of any that I've missed, please tell me.


