From 458da2469bc587127a4770f5a664c24a5dca45ed Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Wed, 4 Feb 2026 14:50:07 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Csudoku-hunter?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/sudoku-hunter.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/projects/sudoku-hunter.json diff --git a/src/content/projects/sudoku-hunter.json b/src/content/projects/sudoku-hunter.json new file mode 100644 index 0000000..8cd7e6d --- /dev/null +++ b/src/content/projects/sudoku-hunter.json @@ -0,0 +1,15 @@ +{ + "sourceCode": "https://github.com/darkavengersmr/Sudoku-Hunter", + "featured": false, + "liveDemo": "https://karandashsamodelkin.blogspot.com/2019/07/sudoku-hunter.html", + "startDate": "2019-07-07T08:00:00.000+04:00", + "techStack": [ + "Python", + "Lego Mindstorms" + ], + "status": "completed", + "title": "Sudoku Hunter", + "tags": [], + "description": "Пистолет распознающий и решающий судоку. Машинное зрение", + "category": "history" +}