In this series, we will create a command-line based Connect Four game in Python. And in this video, we are going to improve the game aesthetics. We will use an actual grid with colored dots. We will overprint the existing grid and animate the move. And we will indicate where the move is about to be made as well as indicating the winning dots.
Links:
GitHub Repo: https://github.com/SebastianMantey/Connect-Four-Game
Mutable objects as default values in function definitions (starting at 12:59): https://youtu.be/NlC3j0jZXQQ
Timestamps:
0:00 - Intro
0:08 - Add actual columns
3:41 - Use colored dots*
8:09 - Overprint the existing grid
19:11 - Animate the move
27:57 - Indicate where the move is about to be made
35:12 - Indicate the winning dots
Download
0 formats
No download links available.
Python Beginner Project - Creating a Connect Four Game p.5: Game Aesthetics | NatokHD