docs: add project overview section and fix heading levels in readme
Add a "Project description" section to clarify the purpose of the sudoku generator research project, and correct inconsistent markdown heading levels (changing from `####` to `##` or `###`) for screenshots and solver subsections to improve document structure and readability.
This commit is contained in:
parent
3469e57f7b
commit
f87a0cdc84
12
README.md
12
README.md
@ -1,5 +1,7 @@
|
||||
# Sudoku Generator
|
||||
|
||||
## Project description
|
||||
|
||||
This project is just a collection of research regarding the generation of sudoku's.
|
||||
It's not a production project.
|
||||
|
||||
@ -18,17 +20,17 @@ Give sudoku puzzle as input and it will solve it for you
|
||||
### Sudoku Web
|
||||
Run this server and it will run multiple sudoku generators and keeps track of many statistics while generating them.
|
||||
|
||||
### Screenshots
|
||||
## Screenshots
|
||||
Will come when I figured out how to use this project again.
|
||||
#### First version
|
||||
### First version
|
||||

|
||||
#### Second version
|
||||
### Second version
|
||||

|
||||
|
||||
#### Sudoku solver.
|
||||
### Sudoku solver
|
||||

|
||||
|
||||
#### Last version including the web interface reachable on 9999.
|
||||
### Last version including the web interface reachable on 9999
|
||||

|
||||

|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user