|
b933f4c281
|
Difficulty settings now look for a minimum number of complicated Solve Actions
|
2020-09-24 15:04:43 -07:00 |
|
|
fa370ed9a9
|
Add support for setting max difficulty.
TODO is to support for min difficulty.
|
2020-09-24 13:48:37 -07:00 |
|
|
6df119d4c9
|
Add support for saving generated puzzles as PDFs
|
2020-09-23 14:07:15 -07:00 |
|
|
a777b6639b
|
Fix bug where some puzzles did not have unique solutions.
Incidentally, this increased the difficulty.
|
2020-09-22 21:20:32 -07:00 |
|
|
8bba9fa3f7
|
Add README
|
2020-09-22 19:49:07 -07:00 |
|
Joel Therrien
|
4454fdd5d2
|
Merge pull request 'Add Generator' (#1) from generator into master
Reviewed-on: #1
|
2020-09-23 02:32:30 +00:00 |
|
|
7b881ff137
|
Add ability to specify puzzle difficulty and save result to CSV file
|
2020-09-22 19:30:38 -07:00 |
|
|
3c845aec3f
|
Slightly improve Sudoku puzzle generator
|
2020-09-22 16:38:38 -07:00 |
|
|
42e1b72239
|
Add WIP sudoku puzzle generator
|
2020-09-22 13:50:38 -07:00 |
|
|
1010ac0e20
|
Add parsing capabilities; change to read CSV files instead of standard input
|
2020-09-21 17:12:30 -07:00 |
|
|
bcec7a8b4b
|
Break code out into multiple files and modules
|
2020-09-21 16:46:59 -07:00 |
|
|
5d2681184c
|
Add support for guesses; add other puzzle
|
2020-09-14 12:58:40 -07:00 |
|
|
b51d05908c
|
Add CSV support
|
2020-09-13 16:10:04 -07:00 |
|
|
10958d2c10
|
Add several solving methods
|
2020-09-12 15:59:53 -07:00 |
|
|
8bc8a6c0c7
|
Remove old commented out code.
|
2020-09-09 15:47:32 -07:00 |
|
|
60eaca4af5
|
Rewrite code so that cells have reference to the row, column, and section they belong to.
|
2020-09-09 15:47:02 -07:00 |
|
|
7a61ecbcb4
|
Added code for removing possibilities.
|
2020-09-06 14:52:14 -07:00 |
|
|
7b1b321c42
|
Added unknown possibilities to print behaviour.
|
2020-09-06 13:12:25 -07:00 |
|
|
79b20a5155
|
Brought code up to point where it can run and fill in and print a grid.
|
2020-09-06 12:29:42 -07:00 |
|
|
3d038ab84e
|
WIP - Add initial code using arrays.
|
2020-09-01 18:16:17 -07:00 |
|
|
2e41f91221
|
Add Cargo.toml
|
2020-09-01 18:15:49 -07:00 |
|
|
fc7732cab4
|
Setup .gitignore
|
2020-09-01 18:14:55 -07:00 |
|