I created life! (Well, Conway's Game of Life, in Python) VIDEO
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:
Other Videos By Erik Kristofer Anderson 2021-08-13 Data Structures: Lists, Chords, and Scales - The Sonic Pi Tutorial, Sections 8, 8.1, 8.2, 8.3. 2021-08-11 FX in Practice - The Sonic Pi Tutorial, Section 6.2 2021-08-10 Control - The Sonic Pi Tutorial, Section 7 2021-08-09 Adding FX - The Sonic Pi Tutorial, Section 6.1 2021-08-06 Addition of Vectors: Writing a Program to Add Vectors 2021-08-06 Thread Synchronization - The Sonic Pi Tutorial, Section 5.7 2021-08-05 Variables - The Sonic Pi Tutorial, Section 5.6 2021-08-04 Functions - The Sonic Pi Tutorial, Section 5.5 2021-08-03 Threads - The Sonic Pi Tutorial, Section 5.4 2021-08-02 Conditionals - The Sonic Pi Tutorial, Section 5.3 2021-08-01 I created life! (Well, Conway's Game of Life, in Python) 2021-07-31 Programming Structures: Blocks, Iterations, and Loops - The Sonic Pi Tutorial, sections 5.1 and 5.2 2021-07-30 Break camelCase - Worked Solution to Codewars Kata - Java 2021-07-30 How to Translate Pseudocode to Python Code: Bubble Sort 2021-07-30 Randomisation - The Sonic Pi Tutorial, Section 4 2021-07-30 Live Coding Codewars Challenges (Kata) - Java 2021-07-29 Ziggurat Ride of Fortune - Worked Solution to Codewars Kata - Python 2021-07-28 Partial Samples - The Sonic Pi Tutorial, Section 3.5 2021-07-27 Enveloped Samples - The Sonic Pi Tutorial, Section 3.4 2021-07-26 Stretching Samples - The Sonic Pi Tutorial, Section 3.3 2021-07-25 Sample Parameters - The Sonic Pi Tutorial, Section 3.2
Tags: conway's game of life
conway's game of life python
game of life python