Game of Life
This is a fast (realtime GPU) implementation of Conway's Game of Life, though the rules can be adapted to other cellular automata fairly simply. A generalized version was planned but was never completed.
You may appreciate my WebGL version.
Version | Release Date | Files | Dependencies (source only) | Notes |
---|---|---|---|---|
2 | 2012-12-28 | GameOfLife2.zip (source) |
Original release location on pygame.org: http://www.pygame.org/project-GLSL+Conway%27s+Game+of+Life-2752-.html
Return to old python projects listing.