Conway's Life Implementation

Putty jaysherby at gmail.com
Sun Aug 27 15:56:22 EDT 2006


Hi.  I was going to write an implementation of John Conway's Life game
using Python and Tk, but I soon found that Tk just didn't cut the
mustard for memory usage, management, and the like for such a project,
so I've found my best GUI bet for my project is wxPython and not
pygame.

Anybody have any advice thus far?

Anyway, my real question is if anybody knows of any tutorials or source
code from other implementations and other languages that may prove
useful?




More information about the Python-list mailing list