项目作者: AlbinoGeek

项目描述 :
Play Sudoku and other number placement games easily on any platform.
高级语言: Makefile
项目地址: git://github.com/AlbinoGeek/number-place.git
创建时间: 2021-01-13T01:05:44Z
项目社区:https://github.com/AlbinoGeek/number-place

开源协议:MIT License

下载


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
  1. # Install Golang [apt / yum / dnf install golang]
  2. $ git clone https://github.com/AlbinoGeek/number-place
  3. $ cd number-place
  4. $ make all

The binary will be built into the _dist directory.

License

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