Conway'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 neighbors dies.
  • Reproduction: Any dead cell with exactly three live neighbors becomes a live cell.

Features:

  • Play Modes: Navigate forward and backward through generations, or let the game autoplay.
  • Grid Customization: Click on tiles to set your initial state, generate a random grid, or clear the entire grid.
  • Pattern Options: Now you can choose and paint various patterns directly onto the grid, making it easier to experiment with different starting configurations.
  • Controls: Zoom in and out, and move through the grid using W, A, S, D keys.


Repository: https://github.com/nicomy96/ConwaysGameOfLife

Updated 11 days ago
Published 22 days ago
StatusReleased
PlatformsWindows, HTML5
AuthorNicolás Méndez
GenreSimulation
TagsAutomation, conways-game-of-life, game-of-life, Short

Download

Download
Windows_v1.1.1.zip 27 MB
Download
Windows_v2.0.1.zip 28 MB

Install instructions

Unzip the folder, and run the .exe

Leave a comment

Log in with itch.io to leave a comment.