Wherein Julian finds he can re-use hobby code to solve a real-life problem.
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...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...