Skip to content

MostafaAhmed95/Conway_Game_of_Life_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

the famous Conway's Game of Life using tkinter and numpy

The Glider shape

Description

Project consists of two modules lis and Gui

  • lis contain Mop class for mathematical operation on lists
  • Gui contain Vis class for handling the Gui

Usage

ly.init_pos(row,column) # intialize the live cells
m.colorize(ly.l) # color the living cells with red given the list
ly.next_it() # calculate the next shape 
m.top.after(1000,again) # delay between every object in milliseconds

About

the famous Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages