An open API service indexing awesome lists of open source software.

https://github.com/endroid/sudoku

Sudoku solver
https://github.com/endroid/sudoku

Last synced: 9 months ago
JSON representation

Sudoku solver

Awesome Lists containing this project

README

          

# Sudoku

*By [endroid](https://endroid.nl/)*

[![Latest Stable Version](http://img.shields.io/packagist/v/endroid/sudoku.svg)](https://packagist.org/packages/endroid/sudoku)
[![Build Status](https://github.com/endroid/sudoku/workflows/CI/badge.svg)](https://github.com/endroid/sudoku/actions)
[![Total Downloads](http://img.shields.io/packagist/dt/endroid/sudoku.svg)](https://packagist.org/packages/endroid/sudoku)
[![License](http://img.shields.io/packagist/l/endroid/sudoku.svg)](https://packagist.org/packages/endroid/sudoku)

The library that solves Sudoku puzzles in a jiffy.

## Installation

Use [Composer](https://getcomposer.org/) to install the library.

``` bash
$ composer require endroid/sudoku
```

## Usage

``` php
solve();
```

## Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility
breaking changes will be kept to a minimum but be aware that these can occur.
Lock your dependencies for production and test your code when upgrading.

## License

This bundle is under the MIT license. For the full copyright and license
information please view the LICENSE file that was distributed with this source code.