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

https://github.com/coldfix/sudoku-gui

Awful sudoku generator GUI
https://github.com/coldfix/sudoku-gui

gui sudoku

Last synced: about 2 months ago
JSON representation

Awful sudoku generator GUI

Awesome Lists containing this project

README

          

sudoku-cli
----------

Simple sudoku generator / solver GUI.

Be warned, I coded this as a teenager in circa 2006-2007 and imported into git
later. I now found some time to fix compile time errors on linux with gcc with
an absolute minimum of changes. The code is horrible C++98/03 and you may not
want to look at it.

Build
~~~~~

- linux::

make

- windows: I don't know whether the MSVC++ project files will still work