From 090f72df98cd1d062b2886f71e45fb2e37c952d6 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 10 Jan 2025 23:43:21 +0100 Subject: [PATCH] Update readme. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bd7556f..e1fd62b 100644 --- a/README.md +++ b/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 ![screenshot](images/sudoku1.png) -#### Second version +### Second version ![screenshot](images/sudoku2.png) -#### Sudoku solver. +### Sudoku solver ![screenshot](images/sudoku4.png) -#### Last version including the web interface reachable on 9999. +### Last version including the web interface reachable on 9999 ![screenshot](images/sudoku3.png) ![screenshot](images/sudoku5.png)