Tic Tac Toe Using Python and Pygame (Part 1) | Creating the Screen Board

Опубликовано: 06 Ноябрь 2024
на канале: Coding Spot
82,269
1.5k

In this tutorial I will show how to code Google's Tic Tac Toe using Python and it's Pygame module. In this video we will be creating the screen board with both the background and the 4 lines.

LINKS:
😺 GitHub Repo: https://github.com/AlejoG10/python-ti...
🤖 AI Version:    • Coding an Unbeatable Tic Tac Toe AI U...  
Windows Setup:    • How to Install Python + PIP + Sublime...  
Mac Setup:    • How to Install Python + PIP + Sublime...  

FOLLOW FOR MORE:
💥 GITHUB: https://github.com/AlejoG10
💥 INSTAGRAM:   / coding_sp0t  

⏱ TIMESTAMPS ⏱
00:00 Introduction
1:11 Start
1:26 Initializing Pygame
1:46 Pygame Screen
3:15 Mainloop
4:46 Screen Title
5:15 Screen Background
7:55 Pygame Coordinates Intro
8:41 Pygame Lines Intro
9:54 Draw Board Lines