Conway's Game of Life

A simple game of life
Download

Conway's Game of Life Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • John Slavick
  • Publisher web site:
  • http://readysquid.com

Conway's Game of Life Tags


Conway's Game of Life Description

A simple game of life Conway's Game of Life, the Python/PyGame version!Developer commentsThis is my first project using the pygame library. It came together rather quickly, but my algorithm needed some optimization. So after iterating over my code, I managed a 5x performance improvement.To see all the available command line arguments: Life.py --help My favorite settings: Life.py --gridsize=256 --numcells=10000 To profile the code as I did use: Life.py --gridsize=256 --numcells=10000 --profile I feel my implementation is pretty optimized.But if you know of any other optimizations, please comment on my blog to let me know about them. Thanks. Requirements: · Python · pygame What's New in This Release: · Added the ability to create/kill cells with the mouse. · Create a cell by left clicking. · Kill a cell by right clicking. · Press the Space bar to pause. · Press C to clear all the cells on the board.


Conway's Game of Life Related Software