Skip to main content

Games like [009] Game of Life

Looking for games like [009] Game of Life? Here are top action recommendations, selected from player-similarity data — start with HexLife, Game of (No) Life or Conway's Game of Life.

Change display type

Skip Platform filter

Skip Play Mode filter

Skip Price filter
  • The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced "players", by creatin…

    View Game
    View Game
  • # Introduction Welcome to Game of (No) Life, which is just a fun little environment to play around with Conway's Game of Life. In a nutshell, it is a cellular automaton where cells on a grid live, die, or reproduce based on simple rules, simulating complex patterns and behaviors. These rules are: A live cell remains live in the next timestep if it has either 2 or 3 live neighbors in the current…

    View Game
    View Game
  • Conway's Game of Life  Conway's Game of Life is a zero player game invented in 1970 by Mathematician John Conway to show how complex and emergent behavior can arise out of a set of seemingly simple rules.  It is one theory for how life originated on Earth. I recreated the game in Unity as a learning experience, and for fun. Traditional Rules for Conways' Game of Life: Any live cell with fewe…

    View Game
    View Game
  • Rules: Click to add or remove a cellYou Have One Movethe game must be in session to make a move Goal: the goal is to keep the organism moving for as long as possible. Based on John Conway’s 'Game of Life'. The Game of Life: At each time step, cells are born, survive, and die depending on conditionsIsolation: cells with less than two neighbors die.Overpopulation: cells with 4 or more neighbors die…

    View Game
    View Game
  • Cellular Automata Playground Ever wonder what happens when you run Langton's ant on top of the Game of Life? Well, now you can find out! Most of the automata share the same grid, and thus effect one another. The outlier is the falling sand, as it's doing it's own thing. Controls & Features GridCell size slider (1–128 px, default 8) keeps the grid aligned to the viewport area beside the sidebar;…

    View Game
    View Game
  • Detailed Description: Welcome to Life in Pixels – a captivating rendition of Conway's Game of Life, exclusively designed for the Playdate console. About the Game: Life in Pixels brings the classic cellular automaton to your fingertips. Harness the unique features of the Playdate to create, observe, and interact with evolving patterns that mimic the behaviour of life itself. Game Rules: …

    View Game
    View Game
  • Game of Life is a Cellular Automaton created by John Conway. If you do find any bugs please report them in the comments. I am immensely grateful to those that do so. Thank you. Rules:     Any live cell with fewer than two live neighbors dies, as if by underpopulation.     Any live cell with two or three live neighbors lives on to the next generation.     Any live cell with more than three…

    View Game
    View Game
  • This is Conway's Game of Life. Its a coding project I've been working on for a few days. No video tutorials were used to make this game. I did use the CGOL wiki for the rule set (which is very simple) 1.) Any live cell with fewer than two live neighbors dies, as if by underpopulation. 2.) Any live cell with two or three live neighbors lives on to the next generation. 3.) Any live cell with more th…

    View Game
    View Game
  • 50%Game Brain Score
    50% User Score Based on 1 reviews

    The Game of Life is a 2D cellular automaton devised by mathematician John Horton Conway in 1970. The Game consists of cells on a grid. These cells can either be dead or alive and can change their state based on these three rules: Any live cell with two or three live neighbours survives.Any dead cell with three live neighbours becomes a live cell.All other live cells die in the next generation. Sim…

    View Game
    View Game
  • 50%Game Brain Score
    50% User Score Based on 1 reviews

    User Menu Left mouse click – changes the state of the cell from alive to dead and viceversa Buttons: Start – start the simulation. Pause – stops the simulation. Clear – deletes all alive cells from the grid. Random – creates a random configuration of alive cells on the grid. Reflector – creates a custom configuration of alive cells on the grid. Glider Gun – creates a custom configurat…

    View Game
    View Game