OddThinking

A blog for odd things and odd thoughts.

OTTF Solver

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...

Example of Ambiguity in Circuit Puzzle

I unnecessarily answer the ambiguity issue in the Circuit Puzzle, in living colour.

Read more...

Solving the Circuit Game

Another puzzle solved with the same architecture as before, but this time, with added code re-use.

Read more...

The Circuit Game Puzzle

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...

Categories: Puzzle Solving
Tags: puzzle

Hashes To Detect Resized Images

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...

Chemical Word Ladders

In which Julian stumbles over the concept of Chemical Word Ladders, and proceeds to generate them.

Read more...

Alphametics Helper

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...

Solving Slitherlinks with Software

In this article, I describe how I wrote some software to tackle the Slitherlinks puzzles.

Read more...

Message-Passing in my Puzzle-Solving Architecture

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...

Categories: Doubleplus Geek,Puzzle Solving,S/W Dev
Tags: architecture, puzzle, software

Slitherlinks Hints and Techniques

This article includes some Slitherlinks tips for players who understand the basics and want to tackle the medium and hard examples.

Read more...