Skip to content

kshitijvp/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tic Tac Toe

Overview

Tic Tac Toe is a classic two-player game where players take turns marking spaces in a 3x3 grid. The objective is to place three of your marks in a horizontal, vertical, or diagonal row to win the game. This project provides a simple implementation of the game in Python with a graphical user interface (GUI).

Features

  • Play against another player.
  • Display the game board in the terminal/console.
  • Check for win conditions and handle draws.
  • Restart the game.

Prerequisites

  • Compiler : Python Compiler
  • Libraries Used: Tkinter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages