logic puzzles to solve on a computer
March 8, 2011 5:36 AM Subscribe
Stop me getting bored : I need some ideas for logic puzzles to solve in PHP or simple simulations to write in JavaScript...
Over the last few weeks I've written myself a PHP based SudoKu solver and a Slitherlink/Fences solver as well as a nice little Conway life simulator in JS.
None of them are desperately fancy or clever, but they've stopped me from getting bored and they've been fun to work out the logic for (avoiding brute force at all costs).
The problem is that the logic solvers are both now better at solving the puzzles than I am and I want to move on to something else.
Can anyone recommend logic puzzles or simulations with similarly simple rules that would be interesting to code?
(Bonus points if there's a ready source of unfinished puzzles on the net for me to test against)
posted by sodium lights the horizon to computers & internet (8 answers total) 8 users marked this as a favorite
For puzzles, try the ones here: http://www.puzzle-bridges.com/. (I've linked to one callled "Bridges", but there are links at the bottom to 8 or so other types including Slitherlink / SudoKu.
posted by Perplexity at 5:45 AM on March 8, 2011 [1 favorite]