/tic-tac-toe

A simple two-player Tic Tac Toe game built with Python

Primary LanguagePython

Tic Tac Toe

Run on Replit.com - tic_tac_toe - Replit

About this Game

This is a simple tic-tac-toe game that can be played by two-human players!

How does it work?

  1. On starting the program you're greeted and the Player 1 is asked to choose either X or O
  2. Then the game process and randomly chooses between the players on who will start
  3. An empty board is displayed where the user can input in the following manner:
= = =
7 8 9
4 5 6
1 2 3
  1. Have fun playing!

This project was made as a fun practice project during my Python learning course. I hope you guys like it. Do report any bugs or suggestions!