Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.7 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.7 KB

Number Place

MIT License Go Version Maintainability
CI GoReportCard

Features

Puzzles Supported

  • Sodoku
    • Standard Grid (9x9, 3x3 subgrids)
      • Classic
    • Mini Grid (6x6, 3x2 subgrids)
    • Giant Grid (16x16, 4x4 subgrids)
  • Constrainted-Based Gridded Sodoku:
    • Standard Grid (9x9, 3x3 subgrids)
      • Greater Than
      • XV

If you know of a puzzle type not listed above, please request it!

Usage

Download a Release or Get the Sources

Building From Source

  1. Install Golang
  2. Clone the repository
  3. Run make
# Install Golang [apt / yum / dnf install golang]
$ git clone https://github.com/AlbinoGeek/number-place
$ cd number-place
$ make all

The binary will be built into the _dist directory.

License

This project is licensed under the terms of the MIT License.