Skip to main content

John Conway's Game of Life - 1.0

game with tiles


Nick Jarvis and Nick Wayne
(nickandnicksgaming)

Space: run/stop

Right Click: kill cells

Left Click: RAISES CELLS FROM THE DEAD!

A: Randomize the map

Q: advance the simulation by one iteration

R: clear the map

more options in the game

Changes

Links

Home Page
http://nickandnicks.yolasite.com
Source
http://nickandnicks.yolasite.com/resources/John%20Conway%27s%20Game%20of%20Life.zip

Releases

John Conway's Game of Life 1.0 — 21 May, 2014

Pygame.org account Comments

  • CHAD2430 2014-05-23 15:19

    Hey again!

    You're not dead!
    Nice job as always, keep it up! Oh! And I wanted to make a tile sort of game, but I haven't quit mastered the Tile sets yet.
    Mind helping me out a bit? Oh, and I cant seem to log into my account, I tried using "Forgot your name?" with no matches, same thing happened with the password...I can't create a new account, so idk what's going on with pygame.org...

    reply to me at:
    CHADwuvtony@gmail.com

  • Luke Taylor 2015-03-03 01:04

    How does the mouse input work? I can't figure out how to find the mouse position within the window

  • JJ 2016-11-21 07:36

    Thanks for this!

    get_cells was confusing as it took a cell as an argument. The comment made it clear but why not name the method something like ge_cells_surrounding(cell) or get_neighbours_of(cell)? It also seemed to do other more than getting cells as it appends cells and changed states etc. Also could have used more informative names than a,b and c.

    :)