Skip to content

LordDarkula/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Implementation of Conway's Game of life in Python using dictionaries. Cells stored as a tuple of booleans, the first for whether the cell is alive (True) or dead (False), and the second for whether the cell will be alive the next turn. Each key is a tuple storing the coordinate (x, y) of the cell.

About

Implementation of Conway's Game of life in Python using dictionaries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages