An open API service indexing awesome lists of open source software.

https://github.com/varuns2002/python-tic-tac-toe

This is a fully fledged 2 or 1 player tic-tac-toe game written in Python using Tkinter GUI.
https://github.com/varuns2002/python-tic-tac-toe

game multiplayer python single-player tic-tac-toe tkinter-gui x-and-o

Last synced: 9 months ago
JSON representation

This is a fully fledged 2 or 1 player tic-tac-toe game written in Python using Tkinter GUI.

Awesome Lists containing this project

README

          

# Python Tic-Tac-Toe

### [Downloads](https://github.com/VarunS2002/Python-Tic-Tac-Toe/releases)

This is a fully fledged 2 or 1 player tic-tac-toe game written in Python using Tkinter GUI

## Usage:

-Directly run the program

## Features:

-2 modes namely Player vs Computer and Player vs Player

-Default mode is Player vs Computer

-Option to change the mode

-In PvP mode input X and O alternatively by clicking on the buttons in the grid

-In PvC mode user always inputs X and the computer inputs O

-First to start is always X

-Shows you who won or if it's a draw

-Different result messages based on the mode

-Restart Game Option

-About option with version, link for releases and for sources

-PEP 8 format

-Object Oriented

-Comments to easily understand code