I created life! (Well, Conway's Game of Life, in Python)

Subscribers:
632
Published on ● Video Link: https://www.youtube.com/watch?v=XudUnEDXrpw



Duration: 4:49
495 views
7


Today I implemented Conway's Game of Life in Python. Or, to put it dramatically, I created life!

But seriously, I'm really happy with what I have so far, which is a correctly functioning, interactive version of the game.

I think I'm going to retrace my steps of building this, and in the process make some video tutorials about the tool I used, which include: git, PyCharm, pygame, pytest, Python, and GitHub.

Speaking of GitHub, the code is publicly available here:







Tags:
conway's game of life
conway's game of life python
game of life python