Live data from Hacker News

8402: 2048 from the other side

sphere.chronosempire.org.uk

11–20 of 55 posts

Re: 8402: 2048 from the other side

#11
post #4

http://i.gyazo.com/61d02988bb765bd95e26e48b576e8aaf.png This is the first 2048 variant that I'm able to beat. yay me... .__.

I wasn't able to win with this one, but you might want to give the logarithmic flappy 2048 a try. It's the only one I'm able to do absurdly well on: http://logarithmic-flappy-2048.ajf.me/

Re: 8402: 2048 from the other side

#13
I finally beat it. This seems harder than 2048 since with 2048 a simple strategy can do well, where as with this game I had to search through more opponent AI moves. Is there a simple strategy for 8402?

Re: 8402: 2048 from the other side

#14
As a computer scientist I can't help but now ask: what is the complexity of this problem? If it's in P then this game is not very interesting (in that I can't hope to fool the AI).

Re: 8402: 2048 from the other side

#15
post #9

Earlier quoted context omitted.

the 3d one I found to be the easiest: http://joppi.github.io/2048-3D/ but 4d is terribly hard: http://huonw.github.io/2048-4D/ edit: I did a 3d victory in the 18 minutes in editing the comment. You can generally just push higher numbers into a corner, and pick either the left or the right side to consistently fold to and you'll get it mostly without thinking.

I find 4D much, much easier to control and visualize than 3D. Maybe if 3D was somehow presented in three dimensions I'd have an easier time of it, but the 4D one was easier to grok. That probably says something about how humans relate to interfaces that map higher dimensions to 2D planes, or maybe it's just the way the 4D layout maps to the screen.

ignore the "3d" idea. Just look at the rules of the game and play by that.

I'm sure some people can maintain clear mental models of higher order dimensions and seamlessly translate the grids on the screen in some hyperspace in the mind.

But I, my friend, have no chance of that. The more I ignore that notion, the easier it becomes.

Re: 8402: 2048 from the other side

#16
post #13

I finally beat it. This seems harder than 2048 since with 2048 a simple strategy can do well, where as with this game I had to search through more opponent AI moves. Is there a simple strategy for 8402?

If you give the computer primarily 4's, you can clog the board by placing 2's where it cannot merge them. I beat the game on my first attempt this way.

Re: 8402: 2048 from the other side

#18
post #13

I finally beat it. This seems harder than 2048 since with 2048 a simple strategy can do well, where as with this game I had to search through more opponent AI moves. Is there a simple strategy for 8402?

If you give the computer primarily 4's, you can clog the board by placing 2's where it cannot merge them. I beat the game on my first attempt this way.

I did not realize that I could place 4s.
Post reply on HN