This is a cross-platform (both desktop and mobile) Sudoku Qt Quick application. The application logic is implemented in JavaScript and the appearance is implemented in QML.
- Different difficulties: Easy, Medium and Hard
- Conflict detection
- Undo last action
- Redo last action
- Clear cell
- Clear all cells
- Solve current sudoku
- New game - start new game with the same difficulty
- Responsive design for both desktops and mobile phones
-
You can download this app: Download .apk installer for Android
-
Application appearance:
-
You can download this app: Download .exe installer for Windows
-
Application appearance:
To build and run, use Qt Creator, which you can download here:
- Click "Open Project..." in Qt and open the project file, CMakeLists.txt in the project root.
- Build the project.
- License - this project is licensed under GPL-3.0 license.