rohitpatil03 / Tic_Tac_Toe

Made a Desktop Tic Tac Toe Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic_Tac_Toe

Made a Desktop Tic Tac Toe Game GUI is made using PyQt5 framework

Game has two mode :

  1. Single Player
  2. Two Player

Players can choose different colour for their move

In Single player mode, the player faces an unbeatable AI which is created with the help of minimax algorithm

In Two player mode, the player can play with their friend and compete for the victory

Getting Started

To get started with the code on this repo, you need to either clone or download this repo into your machine as shown below;

git clone https://github.com/rohitpatil03/Tic_Tac_Toe

Dependencies

Before you begin playing with the source code, you might need to install dependencies just as shown below;

pip3 install -r requirements.txt

Running the App

To run this game follow the following commands

cd Tic_Tac_Toe
python3 main.py

Here is the Output you would see

post.mp4

About

Made a Desktop Tic Tac Toe Game


Languages

Language:Python 100.0%