项目作者: phoemur
项目描述 :
Simple Sudoku Game in C++17 / Qt5
高级语言: C++
项目地址: git://github.com/phoemur/sudoku.git
Simple Sudoku

This is a simple Sudoku Puzzle game made with C++ and QT
Requirements
C++17 compiler support
Qt5
Build and Run
mkdir -p build
cd build
cmake ..
make
./sudoku
If you really liked -> sudo make install
