Browse Source

Merge branch 'master' of blinkenbunt:gitrepos/blup3

feature/balanceutils
Fr3deric 8 years ago committed by Frederic
parent
commit
3f92015fb9
  1. 2
      gameOfLife.py

2
gameOfLife.py

@ -18,7 +18,7 @@ DELAY = 300 @@ -18,7 +18,7 @@ DELAY = 300
DEAD = 0
DEADCOLOR = (0,0,0)
ALIVE = 1
ALIVECOLOR = (0,255,0)
ALIVECOLOR = (0,0,255)
dimension = blup.frame.FrameDimension(WIDTH, HEIGHT, COLOR_DEPTH, COLORS)
animation = blup.animation.Animation(dimension)

Loading…
Cancel
Save