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
- Host: GitHub
- URL: https://github.com/coldfix/sudoku-gui
- Owner: coldfix
- License: other
- Created: 2016-12-05T10:06:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T10:06:37.000Z (over 9 years ago)
- Last Synced: 2025-01-16T22:14:28.937Z (over 1 year ago)
- Topics: gui, sudoku
- Language: C++
- Size: 212 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING.GPLv3.txt
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