auto-sudoku
v1.0.0
Published
A silly tool to automatically solve soduku puzzles
Downloads
3
Readme
auto-sudoku
auto-sudoku is a silly package I created in coffeescript over the course of a few bored afternoons to solve soduku puzzles.
By default it runs through 5 difficulty levels. If you wish to add/change puzzles, the boards are stored at the top of src/main/board.coffee
.
If you change or add any board variables to the templates
dictionary, make sure that you update the template_sequence
array in src/main/game.coffee
accordingly.
To start the program, simply navigate to the installation directory and type npm start
To shorten the number of commands you need to use, you can just run this:
npm install auto-sudoku && cd node_modules/auto-sudoku && npm start