In this series, we will create a command-line based Connect Four game in Python. And in this video, we are going to create the main game logic. Furthermore, we will validate the player input, create a check if a column is already full, create a check for a draw and create a function that asks the player if he/she wants to play again.
Links:
GitHub Repo: https://github.com/SebastianMantey/Connect-Four-Game
Unpacking (starting at 19:17): https://youtu.be/vL_UcDX_xuU
Timestamps:
0:00 - Intro
0:08 - Basics
7:35 - Input validation
9:50 - Check if column is already full
14:02 - Check for a draw
18:41 - Ask to play again
Download
0 formats
No download links available.
Python Beginner Project - Creating a Connect Four Game p.3: Game Logic | NatokHD