Comment by jader201
11 years ago
First of all, kudos on a well designed game. It's obvious you've made something pretty addictive, as evident by the place on HN and the responses you're getting here.
One thing I've found out is that you can pretty easily get to at least 512 or higher just by repeating the following pattern:
right + down + left + down
Try it out and you'll quickly see how it works. Any other similar pattern would also work:
right + down + right + up
up + right + up + left
left + down + left + up
I will also sometimes break the pattern to consolidate some of the larger numbers when opportunities present themselves. But other than that, I usually stick to the pattern.
Of course, it will only get you so far, because you will eventually run out of space to keep the pattern working. But it will get you past the first few thousand points (512 or higher).
I managed to beat it following a basic pattern similar to yours:
1) Mash up-left (or towards any corner) until blocks stop moving
2) Press right
3) Start over
The trick is to keep the high numbers in the top corner so the new numbers don't spawn behind it, you basically start building towards that corner and things start to work themselves out.
Like you, I had to do a bit of actual logic near the end, you can see that I overshot by a small margin and ended up with a 128 block too....
http://i.imgur.com/NA92d3G.png
This works remarkably well. There are some spots where you have to apply logic -- in particular, I found that I progressed best when I built out the top row with my highest blocks (and then push/cascade my next highest block into the top when it got to be high enough) and I occasionally had to mash up-right rather than up-left to make that happen.
Yeah, same here. As long as you keep your high numbers against once side and the low numbers against the other, it's not hard. Pick one direction that you never ever use and you do fine.
Lol I'm kind of sad that the right+down+left+down trick got me further than all of my previous actual attempts hahaha.