Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rafaelbroseghini/sudoku-solver-cli
- Owner: RafaelBroseghini
- Created: 2018-11-02T00:03:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T00:58:15.000Z (about 6 years ago)
- Last Synced: 2024-10-22T09:59:34.515Z (2 months ago)
- Topics: command-line-tool, sudoku
- Language: Python
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: