Check out Unlimited Mode (die icon) and Speedrun Mode (in settings)!
Guess the shifted word in 8 tries. After each guess, the color of the tiles will change to show how close your guess was to the word.
The word is encrypted using the Caesar cipher. Each letter in the original word is replaced by a letter some fixed number of positions down the alphabet. The number of letter positions the word is right-shifted by is a random number between 0 (no shift at all) and 25.
This diagram shows a left shift of 3 letters, or equivalently a right shift of 23 letters.
For example, if the word was FACED with a right shift of 23, the new solution word would be CXZBA, and the color of the tiles will be based on the new word.
The slider at the top denotes the right shift applied to your guesses in the grid. For example, guessing the word BLAZE would show the same tile colors as guessing AKZYD with a +1 shift, ZJYXC with a +2 shift, and so on. Moving the slider helps you focus on or rule out potential shift values for the solution word. The colors on the keyboard will reflect the tile colors of the current shift value. Your guess must be a valid word in at least one shift value.
The letter W is in the word and in the correct spot.
The letter Q is in the word but in the wrong spot.
(XQTTA is PILLS shifted right by 8 letters.)
The letter A is not in the word in any spot.
(BGMAK is VAGUE shifted right by 6 letters.)
This is an open source version of the word guessing game we all know and love - check out the code here