Games like Conway's Game Of Life
Looking for games like Conway's Game Of Life? Here are top simulation recommendations, selected from player-similarity data — start with Wireworld, HexLife or Game of (No) Life.
1 View GameWireworld is a cellular automaton proposed by Brian Silverman in 1987, as part of his program Phantom Fish Tank. Which; widely became popular after an article by A. K. Dewdney in the January 1990 edition of Scientific American. If you do find any bugs please report them in the comments. I am immensely grateful to those that do so. Thank you. RULES: A Wireworld cell can be in one of four differen…
View Game2 View GameThe 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 Game3 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 Game4 View GameTO NOTE: Right now, the entire process is running on CPU. I will try to convert it so that most of the processing runs on GPU # Conway's Game of Life Conway Game of Life is a classic simulation game where the cells follow by four simple 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 …
View Game5 View GameConway's Game of Life Explore the fascinating world of Conway's Game of Life, a cellular automaton devised by British mathematician John Horton Conway in 1970. Game Rules: Underpopulation: Any live cell with fewer than two live neighbors dies. Survival: Any live cell with two or three live neighbors continues to the next generation. Overpopulation: Any live cell with more than three live …
View Game6 View GameThis 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 Game7 View GameWatch as colorful life evolves in a timeless classic.Conway Color Life is a cellular automaton variation of Conway's Game of Life, a collection of cells arranged in a grid that change over time based on a set of simple rules. A living cell with less than 2 neighbors dies A living cell with 2 or 3 neighbors lives A living cell with more than 3 neighbors dies A dead cell with 3 living neighbors beco…
View Game8 View Game52%Game Brain Scoremusic, atmospheregameplay, graphics52% User Score 152 reviews"Bacteria" is a puzzle game based on Conway's "Game of Life" cellular automaton. The goal is to add cells to a stable game field, aiming for a halted or cleared state after a few steps. You can add single points or use "Gliders" and "Lightweight Spaceships" patterns, with the difficulty level determining the allowed area for new cells. The game offers both colored and black and white modes.
View Game9 View GameA 1-bit pixel art editor with a built in Conway’s Game of Life simulation. Ever wanted to run a 160-million cell simulation of Conway's Game of Life at 240 frames per second? That's alright, I'll be here if you change your mind. But wait! What if you could: - Make digital pixel art with customizable brushes. - Save, load, import, and export those brushes with just one click. - Save your art,…
View Game10 View GameEver wanted to run a 160-million cell simulation of Conway's Game of Life at 240 frames per second? That's alright, I'll be here if you change your mind. But wait! What if you could: - Make digital pixel art with customizable brushes. - Save, load, import, and export those brushes with just one click. - Save your art, import and export those too. And when you're done... Click the play butto…
View Game















