Go to file
Alexander Gabriel 1864f38189 changed structure 2021-03-13 13:43:57 +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 Changed to GET, added api=1, updated README.md 2021-03-13 13:10:01 +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 :)

Have Fun, reading.