Logic Games

A small collection of logic and puzzle games. Built to be extended.

Word Ladder

Change one letter at a time to get from one word to another. Play the fixed Cold→Warm puzzle or pick your own start and end words.

← Back

Cold to Warm

Cold to Warm (Word Ladder)

Turn COLD into WARM by changing one letter at a time. Each step must be a valid intermediate word. You have a limited number of moves, so plan your path.

State

{
  "current": "COLD",
  "target": "WARM",
  "moves": 0,
  "maxMoves": 5,
  "history": [
    "COLD"
  ]
}

Actions

Custom Word Ladder

Custom Word Ladder

Pick a start and end word from the lists. Get from one to the other by changing one letter at a time.