A helper for Connections-style word games
Connections is a New York Times word game that's played with 16 words on a four-by-four grid; the objective is to correctly group four words into four sets, where the words in each set share some characteristic. Sometimes that's an easy thing to identify (colors), sometimes it's much tougher (dog breeds with first letter changed).
To play, you click on four words then click Submit to see if you got the grouping right. The way my brain works, though, I wanted to arrange the words visually first, as that makes it easier for me to process the relationships between the words. So I "created" (more on that below) a simple HTML/JS page to do just that:

Note that this is not a clone of the Connections game! It has absolutely no knowledge of the game, its rules, or which words belong where. It's not a game in any way, it's just a tool to help you rearrange words in a grid. I open it in a window next to the actual Connections puzzle, drag words around until I like what I see, then play the game for real in the other window.

