项目作者: phoemur

项目描述 :
Simple Sudoku Game in C++17 / Qt5
高级语言: C++
项目地址: git://github.com/phoemur/sudoku.git
创建时间: 2020-01-01T00:58:41Z
项目社区:https://github.com/phoemur/sudoku

开源协议:The Unlicense

下载


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

  1. mkdir -p build
  2. cd build
  3. cmake ..
  4. make
  5. ./sudoku
  6. If you really liked -> sudo make install