# sudoku-qt **Repository Path**: trinkle/sudoku-qt ## Basic Information - **Project Name**: sudoku-qt - **Description**: sudoku game with qt5 - **Primary Language**: QML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sudoku-qt sudoku game with qt5 Ubuntu: ``` sudo apt install qt5-default qt5-qmake qtcreator qtmultimedia5-dev cd sudoku qmake -makefile make -j4 ./sudoku & ```