Skip to content

JeremiahCheatham/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Conway's Game of Life

Conway's Game of Life is a classic cellular automaton devised by British mathematician John Horton Conway in 1970. It's a zero-player game, meaning its evolution is determined by its initial state, with no further input from humans. Despite its simplicity, the Game of Life exhibits complex and fascinating patterns.

  • If a dead cell has exactly three live neighbors, it becomes alive in the next generation.
  • If a live cell has two or three live neighbors, it remains alive in the next generation.
  • In all other cases, a cell dies or remains dead.

Controls

Up Arrow - Speeds up the game.
Down Arrow - Slows down the game.
Space Bar - Pauses the game.
Escape - Quits the game.
R - Resets and randomizes the board.
C - Clears the board.
Mouse Click - Toggles a cell on/off.
F - Prints the FPS to the console.

Ports

C - SDL2
Ruby - Gosu

About

Conway's Game of Life

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published