OTTF (short for One Two Three Four) is a simple single-person puzzle game.
I re-use my Game Framework to solve it.
Read more...OTTF (short for One Two Three Four) is a simple single-person puzzle game.
I re-use my Game Framework to solve it.
Read more...Another puzzle solved with the same architecture as before, but this time, with added code re-use.
Read more...In this article, I introduce another puzzle game, talk about some variations that are possible, provide a glossary (and then fail to use it, for now), discuss how the puzzle is solved, and then promise more in a future article.
Read more...So, I have lots of photos, and some are duplicated on several web-sites, with no reference to the original source. I want to detect matches, so I can move them (and their associated meta-data) all to a single yet-to-be-determined destination.
But here’s the snag. Some of the photos have been made into different sizes and qualities for web-viewing. It would save me time if I could automatically detect this. I need an equivalent to SoundEx that works on images, so images have the same hash even if they are resized.
How would you do that? If you answered “Google it, and find what the standard solution is”, you might be smarter than me. This article is about what I did instead.
Read more...In which Julian stumbles over the concept of Chemical Word Ladders, and proceeds to generate them.
Read more...Alphametics (aka verbal arithmetic, cryptarithmetic and others) puzzles are an old puzzle where letters are substituted for numbers in simple equations. Go search for alphametics for lots of examples.
These puzzles never really captured my fancy, which is, weirdly enough, why I recently implemented a “puzzle helper” to help solve them.
Read more...In this article, I describe how I wrote some software to tackle the Slitherlinks puzzles.
Read more...This article focuses on that message-passing system and the variants I have tried in the puzzle-solving architecture that has evolved over a number of pet projects.
Read more...This article includes some Slitherlinks tips for players who understand the basics and want to tackle the medium and hard examples.
Read more...