https://github.com/gaprogman/sudoku
Basic use of my implementation of Vector and Matrix classes as a representation of a Sudoku game board.
https://github.com/gaprogman/sudoku
Last synced: about 1 year ago
JSON representation
Basic use of my implementation of Vector and Matrix classes as a representation of a Sudoku game board.
- Host: GitHub
- URL: https://github.com/gaprogman/sudoku
- Owner: GaProgMan
- License: gpl-2.0
- Created: 2014-02-16T16:06:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T16:05:01.000Z (almost 11 years ago)
- Last Synced: 2025-03-05T10:14:44.556Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 984 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sudoku
======
Short Description
-----------------
Basic use of my implementation of Vector and Matrix classes as a representation of a Sudoku game board.
Project Goal
------------
Adapt personal library of Vetor and Matrix classes (which where originally written while at University) to create a simple Sudoku game with a lightweight user interface (possibly provided via QT or OpenGL).