1.0.0 • Published 8 years ago

auto-sudoku v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
8 years ago

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