Skip to content

Conways's Game of Life, developed using Pygame module on Python

Notifications You must be signed in to change notification settings

adityakadoo/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

Game developed using Pygame module on Python

Conway's game of life: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] It 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. It is Turing complete and can simulate a universal constructor or any other Turing machine.

Command to execute: python3 game_of_life.py

About

Conways's Game of Life, developed using Pygame module on Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages