Tic Tac Toe ๐ฎ with Python tkinter - part 2
This tutorial is part of a series. Make sure to check out the previous tutorial, if you haven't already.In this tutorial, we will add a functionality to the Tic-Tac-Toe game: Player vs Computer ๐
Logic in Tic-Tac-Toe ๐ฎ
Let's go ahead and create a f...
blog.jothin.tech8 min read
Omar Moustafa
A full-stack developer, Python expert and tech-lover.
Great! But what I did is actually just the computer clicks any non-occupied place, so that's why it is not smart.