the famous Conway's Game of Life using tkinter and numpy
The Glider shape
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
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