[Python] 1. Simple Tic-Tac-Toe Game Ver.1
We’re going to create a Tic-Tac-Toe game in Python, just like the one we’ve all played many times before. We’ll start by building the simplest version of the game, and over time, we’ll improve it by introducing important concepts like object-oriented programming and networking. The Tic-Tac-Toe I’m introducing today is version 1, the most basic version. If you’re familiar with lists, indexes, while loops, and if-else statements, you’ll be able to make it. So, shall we get started?