Creating a Javascript Game (LetterLock)

I recently created a simple word game (LetterLock) using Javascript, which presented certain challenges. The game displays 3 random letters to the player, who must then attempt to create a dictionary word in as few moves as possible by shifting the letters up or down in the alphabet.

There were several programming decisions or challenges that came up during the game’s creation, which I discuss in the full post.