An open API service indexing awesome lists of open source software.

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.

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).