OddThinking

A blog for odd things and odd thoughts.

Framework Work-out

Wherein Julian finds he can re-use hobby code to solve a real-life problem.

Read more...

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

Solving the Circuit Game

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

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