Skip to content

A simple tic-tac-toe game with a computer AI and a GUI with the help of PyQt5 library

Notifications You must be signed in to change notification settings

AnshGaikwad/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple tic-tac-toe game with a computer AI and a GUI with the help of PyQt5 library.

Installation

Run the following command in your terminal:

git clone https://github.com/AnshGaikwad/Tic-Tac-Toe.git

Requirements

You can run the setup.py by which all the modules will be downloaded automatically by pip:

python setup.py

Or you can do it manually by executing the following commands:

pip install PyQt5
pip install pyttsx3
pip install webbrowser

Execution

Run the following code in your terminal:

python play.py

Features

  1. Voice Assistant
  2. User-Friendly GUI
  3. Two types of Modes
  4. An Unbeatable Computer AI
  5. Shortcuts Added for easy usage

About

A simple tic-tac-toe game with a computer AI and a GUI with the help of PyQt5 library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages