You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Setting up the Environment](#setting-up-the-environment-----)
12
+
-[Run the Game](#run-the-game-)
13
+
-[Like the repo??](#like-the-repo----)
7
14
8
-
The Game is built by using
9
15
10
-
Numpy (Numerical and Scientific Computing Library in Python)
16
+
## TicTacToe-Game
17
+
This repository contains an TicTacToe game. **TicTacToe Game (3x3) (9 Blocks)**
11
18
12
-
$sudo apt-get install python-numpy
13
-
$sudo apt-get install python3-numpy
19
+
This simple game comes with a elegant user interface and options using mouse & keyboard stokes. User can choose to play Player1 vs Player2 (Multiplayer) or Player vs Computer (Artificial Intelligence).
14
20
15
-
OpenCV (Computer Vision)
16
21
17
-
$sudo apt-get install libopencv-dev
18
-
$sudo apt-get install libopencv-core-dev
19
-
$sudo apt-get install opencv-data
20
-
$sudo apt-get install python-opencv
21
-
$sudo apt-get install python3-opencv
22
+
23
+
## Structure of the application
24
+
- Game.py with core functionality in Python and Frontend GUI is implemented OpenCV-Python
25
+
-
26
+
27
+
28
+
## Features : 💯
29
+
- Generates only solveble puzzles
30
+
- Comes with a Hint suggestion
31
+
- Windows executable included in a **dist** folder
32
+
33
+
## Demo: Wanna try and see how this game works??
34
+
- Windows executable file available in [dist/Game.exe](https://github.com/RPG-coder/8-puzzle-and-15-puzzle-Game/tree/master/dist)
22
35
23
-
Python2.7 or Higher
24
-
Run the Game
36
+
## Interested in working of the game? - Installation Procedure
37
+
### Installation Dependency: Installing Miniconda
38
+
- available on https://docs.conda.io/en/latest/miniconda.html
39
+
- Make sure to setup the environment variable for conda command
25
40
26
-
$python3 Game.py
41
+
### Setting up the Environment ⛺ 🌄 🌏 🌎 🌍
42
+
- Open command prompt
43
+
44
+
- Execute below command to setup a local environment:
27
45
46
+
$ conda create -n puzzle -y # or environment name of your choice
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.
62
+
63
+
Likewise, Thank you for showing your appreciation to this repo.
0 commit comments