Game of Life
Sat 25 February 2012
Inspired by a post on reddit, I decided to write this Python implementation of Conway's Game of Life. To spice things up, there's a twist: The outer border continues to randomly seed the field with new cells.
Additionally, newly deceased cells slowly fade back to black to make things more interesting to watch.
Source code is of course available at GitHub
Tags: programming
M â MARKDOWN
italics | surround text with *asterisks* |
bold | surround text with **two asterisks** |
hyperlink | [hyperlink](https://example.com)or just a bare URL |
code | surround text with `backticks` |
surround text with ~~two tilde characters~~ | |
quote | prefix with > |
Loading comments...