msrshahrukh100 / Tic-Tac-Toe-in-Python

A simple Tic Tac Toe Game in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe-in-Python

A simple Tic Tac Toe Game in Python

Watch the video here on YouTube

So why build a Tic Tac Toe Game, when there are literally so many places where we can play it?

Two reasons -

  1. It's fun
  2. If you are a beginner in the Python Programming language you get to practice a lot of concepts like
    • Lists
    • Functions
    • Conditional Statements
    • String Formatting
    • Loops

Divide this project into these steps -

  1. Print the board
  2. Store the moves
  3. Take user input
  4. Check if game is over
  5. Print the winner if there's one

About

A simple Tic Tac Toe Game in Python


Languages

Language:Python 100.0%