Skip to main content

make it alive - 2

a simple implementation of the conway game of life

the game starts in a paused state
hold the left mouse button down+space, draw and press "p"


josmiley / Luke spywoker
(mutualaccount)
a simple implementation of the conway game of life

the game starts in a paused state
hold the left mouse button down+space, draw and press "p"

Changes

add keys:

mouse wheel : (un)zoom
p : (un)pause
space + left button : cells injection
left button : drag the grid

possibility to inject cells during pause

Links

Home Page
http://joel-murielle.perso.sfr.fr/
Source
http://joel-murielle.perso.sfr.fr/make_it_alive_3.py

Releases

make it alive 1 — 13 Nov, 2011

make it alive 3 — 19 Nov, 2011

make it alive 2 — 14 Nov, 2011

Pygame.org account Comments

  • Mekire 2011-11-14 06:29

    Extremely efficient way to calculate generations.  Exactly what I was looking for.  =)

    -Mek

    josmiley 2011-11-14 07:42

    thank you, I will try to improve it ...