Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelbroseghini/sudoku-solver-cli

:+1: Solving Sudoku from the command line
https://github.com/rafaelbroseghini/sudoku-solver-cli

command-line-tool sudoku

Last synced: 16 days ago
JSON representation

:+1: Solving Sudoku from the command line

Awesome Lists containing this project

README

        

# sudoku-solver-cli :video_game:
* **Solving Sudoku with one command! (painnnnless)** :smile:
![](sudoku.gif)

## Sudoku Rules
> The classic Sudoku game involves a grid of 81 squares.
The grid is divided into nine blocks, each containing nine squares.
The rules of the game are simple: each of the nine blocks has to contain all the numbers 1-9 within its squares.
Each number can only appear once in a row, column or box.

* **Assume blocks are 3x3**

## Instructions
* To solve a sudoku puzzle (.txt), run:
* `./solve sudokupuzzles/sudoku*.txt`

## Contributing
1. Fork this repo! :spaghetti:
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :+1: