Example #1
0
def doGameOfLife():
	global curThread
	curThread = GameOfLife(disp)
	curThread.start()