In this series, we will create a command-line based Connect Four game in Python. And in this video, we are going to have a first look at the game and we will see how I define a "beginner" project. Furthermore, we will see what libraries, Unicode characters and ANSI escape codes we are going to use. And we will see how we will go about creating the game and where you can find the respective code.
Links:
GitHub Repo: https://github.com/SebastianMantey/Connect-Four-Game
Python Tutorial Playlist: https://www.youtube.com/playlist?list=PLPOTBrypY74yHNvmKlf9bfYuwMlbiPk94
Mutable Objects in Python: https://youtu.be/NlC3j0jZXQQ
Timestamps:
0:00 - Intro
0:07 - First look at the game
1:27 - Disclaimer
2:16 - Libraries used in this series
5:52 - Unicode characters used in this series
6:34 - ANSI escape codes used in this series
11:18 - Disclaimer continued
12:13 - To-do list for this series
12:43 - GitHub repo
13:08 - Outro
Download
0 formats
No download links available.
Python Beginner Project - Creating a Connect Four Game p.1: Introduction | NatokHD