Skip to content

ynad/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Generator and solver
===========================

Version:
--------
14 (2018-03-02)

    TODO:
    - new printing method


    BUGS:
    - handling of wrong input


Description:
------------
Sudoku generator and solver, educational project.


Installation:
-------------
Linux:
  System requirements: build-essential ('make' and 'gcc').

  - Compile:
      `make`

  - Compile and install:
      `make install`

  - Compile and install in DEBUG mode:
      `make debug`

  - Remove only objects:
      `make clean`

  - Uninstall:
      `make uninstall`

Windows:
  Compile sources under "src\" with any software you prefer, then run from Windows CMD.
  It's mandatory to compile with the define "_FILE_OFFSET_BITS=64" in compiler settings!


License:
--------
GPLv2, see LICENSE.md


Author:
-------
ynad (github.com/ynad/)

About

Sudoku Generator and solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published