Skip to content

schokotets/drawsudokus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DrawSudokus

This is a go command line utility drawing multiple sudokus on an A4 .pdf file. It leverages the qqwing sudoku generator.

Licensed under the ISC License.

Usage

go run drawsudokus.go <command line options>

Viable command line options are:

  --help
        display this list
  -difficulty value
        one of simple, easy, intermediate, expert, any
  -nx int
        number of sudokus put horizontally (default 4)
  -ny int
        number of sudokus put vertically (default 3)

About

A go command line utility drawing multiple sudokus on an A4 .pdf file. It leverages the `qqwing` sudoku generator.

Topics

Resources

License

Stars

Watchers

Forks

Languages