Go to file
Alexander Gabriel c6a3d399c5 Added Link to live-instance 2021-03-13 14:01:00 +01:00
templates_c Initial Commit 2021-03-13 12:50:02 +01:00
.gitignore changed structure 2021-03-13 13:43:57 +01:00
LICENSE Initial commit 2021-03-13 10:52:36 +01:00
README.md Added Link to live-instance 2021-03-13 14:01:00 +01:00
composer.json Added composer.json 2021-03-13 12:50:31 +01:00
composer.lock add composer.lock 2021-03-13 12:56:19 +01:00
index.php changed structure 2021-03-13 13:43:57 +01:00
index.tpl changed structure 2021-03-13 13:43:57 +01:00

README.md

Sudokuclean

I had a bet running with a friend many years ago. She showed me the first sudoku i saw. After a few minutes, i said, it is not so difficulty to write a program to solve that riddles. Because she did not believe me, we bet for a box of beer if i can do this in 2 weeks or not. A few hours later, i was a box of beer richer :)

Not sure, when this exaclty was. Somewhen between 2000 and 2007.

For everyone, interrested, in how i did this, here is my (not beautiful) code. I cleaned up a little bit, get smarty with composer now because i can. I also changed method of the form to GET and added a flag ?API=1 to give back json. This should enable usage from any other program :)

You can test it here: https://sudokuclean.digital-infinity.de/

Have Fun, reading.