Waffle is a online puzzle-of-the-day game like Wordle but a little harder in some ways.
Each row makes a 5 letter word and each column makes a 5 letter word.
The game gives feedback about each letter in its position to give hints about the solution.
The actions that the user performs are to select two letters and swap them and then view the new feedback and decide what letters to swap next.
In the best case scenario, it is always possible to make the board entirely green with 10 swaps. If you do that, you get 5 stars. If you get the board with more swaps, then the star rewards are reduced by one star per swap. If you cannot make the board green in 15 swaps, then you get 0 stars and the game is over.
Here is the link to the Waffle game: Online Waffle GameWe recommend going through only as many solver iterations as is required to know what the final board will look like.
Optional Next Step:In a future iteration of this project, we will also give the exact swaps needed to hit 5 stars (if the final board can be known just by looking at the board the first time; it might be one or two stars fewer if the final board is not known immediately.)
In the meantime, use these hints to help you earn the maximum amount of stars!