- Notifications
You must be signed in to change notification settings - Fork3
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
License
RPG-coder/TicTacToe-Game
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- TicTacToe-Game
- Structure of the application
- Features
- Wanna try out this game??
- Interested in working of the game? - Installation Procedure
- Like the repo??
This repository contains the TicTacToe game files.TicTacToe Game (3x3) (9 Blocks)
This simple game comes with an elegant user interface and game options using mouse & keyboard stokes. Users can choose to play Player1 vs Player2 (Multiplayer) or Player vs Computer (Artificial Intelligence).
- Game.py with core functionality in Python and Frontend GUI is implemented OpenCV-Python
- Elegant UI
- Play against your pals with Player vs Player
- Switch to play against computer; At anytime during the gameplay
- Unbeatable Artificial Intelligence player that will keep on suprising you
- Wanna give a try?? Windows executable included in adist folder
- Windows executable file available indist/Game.exe
- available onhttps://docs.conda.io/en/latest/miniconda.html
- Make sure to setup the environment variable for conda command
Open command prompt
Execute below command to setup a local environment:
$ conda create -n puzzle -y # or environment name of your choice
Activate your environment:
$ conda activate puzzle
Installing Application dependencies: Installing OpenCV-Python
$ conda install opencv-python -y
$python Game.py
In case you have taken a like for this repository, please do star or fork my repo. Your support will not only help me in improving recognition for this repository but also encourage me in developing and sharing more interesting projects and contents.
Likewise, Thank you for showing your appreciation to this repo.
About
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors2
Uh oh!
There was an error while loading.Please reload this page.