MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-578928.py

File recipe-578928.py

recipes/Python/578928_Game_of_Life__Python_34__tkinter/recipe-578928.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1__author__ = 'Peter'
2
3'''
4This is a simulator for Conway's game of life (google to find the rules:

Callers

nothing calls this directly

Calls 12

load_board_from_fileFunction · 0.85
makemenuFunction · 0.85
lifeFunction · 0.85
checkpauzeFunction · 0.85
load_boardFunction · 0.85
display_boardFunction · 0.85
mainloopMethod · 0.80
titleMethod · 0.45
selectMethod · 0.45
gridMethod · 0.45
bindMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected