https://github.com/sjellipses/numbersliderpuzzle
a simple 3x3 Number Slider Puzzle game based on OpenCV
https://github.com/sjellipses/numbersliderpuzzle
cmake cpp mingw opencv
Last synced: about 2 months ago
JSON representation
a simple 3x3 Number Slider Puzzle game based on OpenCV
- Host: GitHub
- URL: https://github.com/sjellipses/numbersliderpuzzle
- Owner: SJEllipses
- License: gpl-3.0
- Created: 2024-11-18T16:43:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T09:19:24.000Z (over 1 year ago)
- Last Synced: 2025-02-17T22:17:29.663Z (over 1 year ago)
- Topics: cmake, cpp, mingw, opencv
- Language: C++
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# Number Slider Puzzle
A simple 3x3 Number Slider Puzzle game based on OpenCV.
## Build requirements
1. CMake
2. OpenCV Release
## How to build
### Windows
```bash
cd build
# CMAKE_BUILD_TYPE can be Release or Debug
# OpenCV_DIR is the path to your OpenCV installation
cmake -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=Release -D OpenCV_DIR= ..
make
```
It also supports MSVC.
## Additional
I don't work as a programmer, this is a learning-oriented project.
Enjoy.