Skip to content

TheOne04/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Game of Life

Introduction

This is a Python implementation of Conway's Game of Life, a cellular automaton devised by mathematician John Conway. The game simulates the evolution of cells on a grid based on a set of simple rules. Each cell can either live, die, or reproduce, creating fascinating patterns.

This implementation generates a random state with some alive cells, and then runs the simulation as per the rules.

Demo

demo.mp4

About

Game of Life in pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages