- 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 a dist folder
- Windows executable file available in dist/Game.exe
- available on https://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.