Skip to content

My attempt to implement & visualize the Game of Life using Python

Notifications You must be signed in to change notification settings

MuhammadSabah/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Game-of-Life

The Game of Life is a cellular automaton simulation developed by mathematician John Conway. It consists of a grid of cells, where each cell is either alive or dead. The simulation evolves over time based on simple rules that dictate whether each cell should live, die, or be born based on the state of its neighboring cells. The project involves creating an interactive visualization of this simulation using Python and the Pygame library. The user can draw on the grid, start and stop the simulation, and observe the behavior of the evolving cells.

Demo:

ezgif com-optimize

About

My attempt to implement & visualize the Game of Life using Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages