Games got me on math. I always want to play best.
I don't know how to answer my question. My question is : How to show that the game 2048 is (always) solvable>? Is there any method other than brute force?
There is a sudko grid and you use arrow keys to move even number, starting near 2, around so that combine to value 2048. Play, it is very fun.
On the contrary, I think the game is not solvable. You can get convinced of it by taking a look here: http://sztupy.github.io/2048-Hard/ It is the same game, except that randomness is replaced by the worst possible choice for new tiles to appear. It seems obvious after a little practice that this version is impossible, and it just corresponds to being unlucky in the original game. A rigorous proof that this version is impossible will likely be very tedious though...