Skip to content

Releases: EnderMk9/GameofLife

2.0 - It's evolving

01 May 14:23
Compare
Choose a tag to compare

Second release:

  • The code has been restructured to use functions and be more clear.
  • Some bug fixes.
  • Change of color. Now living cells change color depending in their coordinates
  • A new command to fill the whole grid with living cells.

1.0 - It's alive

28 Apr 13:27
f3faa22
Compare
Choose a tag to compare

First release of my Python3 and PyGame implementation of the world's most famous cellular automaton.