Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Mar 20, 2024
1 parent f3ac449 commit 91c6663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/Sudoku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ A fast Sudoku solver written in C#. Can also act as a Sudoku generator. https://
## Visualisations of Solving Process

- ["World's Hardest"](https://html-preview.github.io/?url=https://github.com/stevehjohn/Sudoku/blob/master/Visualisations/World%20Hardest.html)
- [Random 1](https://html-preview.github.io/?url=https://github.com/stevehjohn/Sudoku/blob/master/Visualisations/1.html)
- [Random 2](https://html-preview.github.io/?url=https://github.com/stevehjohn/Sudoku/blob/master/Visualisations/2.html)
- [Random 3](https://html-preview.github.io/?url=https://github.com/stevehjohn/Sudoku/blob/master/Visualisations/3.html)
- [Random 4](https://html-preview.github.io/?url=https://github.com/stevehjohn/Sudoku/blob/master/Visualisations/4.html)
- [Random 1](https://html-preview.github.io/?url=https://github.com/stevehjohn/Sudoku/blob/master/Visualisations/vis-1.html)
- [Random 2](https://html-preview.github.io/?url=https://github.com/stevehjohn/Sudoku/blob/master/Visualisations/vis-2.html)
- [Random 3](https://html-preview.github.io/?url=https://github.com/stevehjohn/Sudoku/blob/master/Visualisations/vis-3.html)

## Usage in Code

Expand Down
2 changes: 1 addition & 1 deletion src/Sudoku/Sudoku.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>Sudoku.Solver</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Steve John</Authors>
<Version>1.2.10</Version>
<Version>1.2.11</Version>
<RootNamespace>Sudoku</RootNamespace>
</PropertyGroup>

Expand Down

0 comments on commit 91c6663

Please sign in to comment.