Creating a Connect 4 Game in Python - Part 1

Опубликовано: 15 Октябрь 2024
на канале: Painless Programming
3,404
24

Create a Connect 4 Game in Python starting from scratch.
The make the board, I'm using nested lists (2D array).
In the next videos we will alternate between users playing and determine win conditions.