8000 GitHub - phoemur/sudoku: Simple Sudoku Game in C++17 / Qt5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

phoemur/sudoku

Repository files navigation

Simple Sudoku

Build Status

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

Releases

No releases published

Packages

No packages published
0