Comments on: How to Solve Sudoku Without Thinking http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: mp3-players http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-1411 Wed, 25 Oct 2006 14:43:09 +0000 http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-1411

Hi, people! I have some interesting facts for you :) Anyone know that sudoku was created by an architect? The modern Sudoku was designed anonymously by Howard Garns, a 74-year-old retired architect and freelance puzzle constructor, and first published in 1979. One more: I heard that my favorite game – the popular puzzle game of Sudoku is brought to the next generation of consoles. Go! Suduko 2 has evolved from the original game to provide a variety of new features and game modes. :)

Thanks, Kevin

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-320 Wed, 12 Jul 2006 15:01:59 +0000 http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-320

For me this looks more like:

while(Luke.isAwake() && !Luke.brain.isWorking())
{
if(!Luke.hasCoffeCup())
Luke.pickUp(kitchen.getCoffeCup());
Luke.getCoffeCup().setContents = kitchen.getHotCoffe();
Luke.drinkFromCup();
Luke.putDownCoffeCup();
}

Reply  |  Quote
]]>
By: ZeWrestler http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-319 Wed, 12 Jul 2006 13:49:08 +0000 http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-319

i said before the coffee kicks in. not before i drink the stuff.

its an object oriented approach to getting the brain working. =P

do {
if (brain.power != full && coffee.cups.drank=5 && caffinee.hi==false)
sudoku.puzzel = solve;
coffee.cups.drank++;
}while(brain.power!=full)

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-318 Wed, 12 Jul 2006 13:35:52 +0000 http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-318

Wait… You solve sudoku BEFORE coffe?

I think you got it all backwards. Coffee gets your wheels turning, so that you can think and solve sudoku – not the other way around. :mrgreen:

Reply  |  Quote
]]>
By: ZeWrestler http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-317 Wed, 12 Jul 2006 12:26:41 +0000 http://www.terminally-incoherent.com/blog/2006/07/11/how-to-solve-sudoku-without-thinking/#comment-317

But if i no longer think to solve the puzzle, then what else will get wheels turning before my coffee kicks in.

Reply  |  Quote
]]>