I’ve been thinking about the matching and tile drops, and while I don’t do this for every move, sometimes you’re in a bad spot and need to find the best move even when there seems to be nothing. That is, there are no match 4/5 and you don’t even see anything that can cascade into a second chain, so what should you do?
You should assume that the unknown tiles are favorable, but favorable tiles are only useful if you allow it to. For example imagine you’re matching RRR at the top row which looks like this:
RRRGBGBG
YPYBBGGB
No matter what dropped in place of the RRR, it’s not going to helpful unless it’s something like XGG, or 3 of the same color. That’s obviously asking way too much luck.
Now let’s assume we have the top row looking like this:
RXR
You’re making a vertical match on the X column. There’s a 1/7 chance you’ll match the two Rs on the side, and while there’s an equal 1/7 chance that a R will drop a row below, that’s probably okay because the computer has to match something so it’s an okay risk to take. Most of the time they’ll match something you’re not expecting to anyway. So in this move you have 1/7 chance of getting an additional cascade at no real risk.
But what if the board looks like this:
???
RRXRR
???
Again you’re matching at the ‘X’ spot. Now, if the R drops (1/7 chance), 2 out of 3 times it’ll drop above or below the row in question, which results the computer immediately turning that around for a match 5. 1 out of 3 times it’ll drop into the right row and get you a match 5. This is a bad move and should be avoided, unless you’re desperate. If you’re ahead by a comfortable margin, you should consider just match the RRR so that the computer couldn’t even try to take a chance and turn the game around with a match 5.
In fact, from this analysis we can conclude that when no obviously better moves than a match 3 are available, the best moves are matching near the top on something that looks like RXR (where you’re matching the X column), or something that looks like:
RRRGGYYB (you’re matching the RRR)
For the similar reason that if you get lucky, the new tile will drop a G and get you a match, and if the G happens to land in the wrong spot, the computer has to match something on their turn anyway. On the other hand, things that can form a match 4 or 5 based on unknown tiles are BAD. There’s at best 50% chance you’ll get the drop (if it’s the top row), and it can be as low as 33%, and you can be sure if the tile you need dropped on the wrong row, the computer will always flip that around in a match 4/5 (unless there’s another match 4/5 on board). Pretty much anything that could form a match 4/5 based on new drops can be broken up, and should be done so if you’re firmly in control, because you do not need that extra match 4/5 if you’re already firmly in control (so you don’t want the computer to do that match), and you certainly don’t want to be the one doing the matching (gives computer better odds to get a match 4/5). The logic is reversed when you’re losing, as even 33% chance for a match 5 (and 66% chance for computer) should be taken if the situation looks hopeless already.