Introduction

sudogame

A new fast, light and comprehensive Sudoku library, powered by SAT encoding!

sudogame is a fast, light, and comprehensive Sudoku library powered by SAT encoding. With sudogame, you can quickly and easily generate, solve, and validate Sudoku puzzles in your own projects.

Features

  • Fast and efficient Sudoku generation and solving algorithms
  • Support for puzzles of all sizes, including standard 9x9 puzzles and larger grids
  • Comprehensive validation and error checking to ensure the correctness of generated puzzles
  • Built-in support for SAT solvers to enable even faster puzzle generation and solving

Installation

  npm install sudogame

License

sudogame is licensed under the MIT License. See the LICENSE file for more information.