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 console board with the numpy module and we will create some useful functions for it to work properly.
LINKS:
😺 GitHub Repo: https://github.com/AlejoG10/python-ti...
🤖 AI Version: • Coding an Unbeatable Tic Tac Toe AI Using ...
FOLLOW FOR MORE:
💥 GITHUB: https://github.com/AlejoG10
💥 INSTAGRAM: / coding_sp0t
⏱ TIMESTAMPS ⏱
00:00 Introduction
0:34 Numpy
0:48 Console Board Creation
2:11 Mark Square Function
4:49 Available Square Function
7:50 Is Board Full Function