TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

8402: 2048 from the other side

195 pointsby hexwababout 11 years ago

21 comments

oneeyedpigeonabout 11 years ago
Great, not only am I really, <i>really</i> bad at hundreds of variants of 2048, now there&#x27;s an AI that&#x27;s much better at it than me, even when I&#x27;m doing my best to stop it. Presumably, someone will write an AI to combat this one, and I&#x27;ve completely lost the thread of reality to which I have been forlornly clinging.
评论 #7446480 未加载
评论 #7446356 未加载
Rangi42about 11 years ago
I won! <a href="http://i.imgur.com/VOXJaOo.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;VOXJaOo.png</a><p>My strategy was to give the AI a single 2 at the beginning, then only 4s. When the board fills up enough, there will probably be a space where you can put a second 2 to make it lose before it can combine them.
jakejakeabout 11 years ago
It&#x27;s maddening! 2048 seems like it&#x27;s so ridiculously hard playing the normal way. Then you play this game an it seems like it should be impossible to lose 2048.
评论 #7448342 未加载
deletesabout 11 years ago
It is very easy to win. You shouldn&#x27;t be able to select 2 or 4. The decision should be random and that would be fair like the original.<p>The easiest solution is to have just one 2 on the table, then spam 4 in corners.<p>Best( lowest ) score: 1684
评论 #7447898 未加载
_Robbieabout 11 years ago
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?
评论 #7446991 未加载
abdullahkhalidsabout 11 years ago
Now for someone to make a 2 player one where one person is making 2048 and one person is stopping them.
Avalaxyabout 11 years ago
Wow, this despresses me. It pushes my nose unto the fact that I really suck at 2048, because no matter how hard I make it, this AI solves every problem I throw at it. Yet, I haven&#x27;t managed to surpass 6568 after days of playing.
评论 #7449997 未加载
评论 #7448096 未加载
评论 #7448619 未加载
Bhelabout 11 years ago
<a href="http://i.gyazo.com/61d02988bb765bd95e26e48b576e8aaf.png" rel="nofollow">http:&#x2F;&#x2F;i.gyazo.com&#x2F;61d02988bb765bd95e26e48b576e8aaf.png</a><p>This is the first 2048 variant that I&#x27;m able to beat. yay me... .__.
评论 #7446856 未加载
评论 #7446425 未加载
j2kunabout 11 years ago
As a computer scientist I can&#x27;t help but now ask: what is the complexity of this problem? If it&#x27;s in P then this game is not very interesting (in that I can&#x27;t hope to fool the AI).
评论 #7453938 未加载
评论 #7448364 未加载
评论 #7447240 未加载
jeorgunabout 11 years ago
Wow. This one was insanely stressful compared to every other variant I&#x27;ve seen so far— which is weird, because (unlike the original 2048) I was actually able to win this one.<p>Either way, really cool.
评论 #7450010 未加载
stefan_kendall3about 11 years ago
The real challenge of course is to build an AI to beat the AI. Here&#x27;s a random clicker:<p>setInterval(function(){ var cells = document.getElementsByClassName(&quot;grid-cell&quot;); var pos = Math.floor((Math.random()*cells.length)); if(Math.random() &lt; 0.5){cells[pos].click();} else {var ev = document.createEvent(&#x27;HTMLEvents&#x27;); ev.initEvent(&#x27;contextmenu&#x27;, true, false); cells[pos].dispatchEvent(ev);} },100);
评论 #7448715 未加载
bertilabout 11 years ago
The whole wave of 2048 and the related AI problems are fascinating. Has anyone else started thinking using those at the start of a Computer science class using those as initial examples to illustrate the power and simplicity of algorithms, and motivate even non-coding-inspired students to think systematically?
shacharzabout 11 years ago
Cute variation, I wonder if there&#x27;s a record on games&#x27; variations and whether 2048 is the all time winner
Moto7451about 11 years ago
Not sure if left click&#x2F;right click was the best choice in controls. I keep refreshing the page. At least on desktop a typing the size of the piece you want would have been much easier. Two buttons to do the same on mobile would have likely been a better choice as well.
stormbrewabout 11 years ago
This was incredibly satisfying. Just have to do all the things I hate when the AI in 2048 does to me.
Aemonabout 11 years ago
very interesting variation, I like it. Didn&#x27;t notice the instructions when I played so I didn&#x27;t realize I could put 4s so my strategy mainly consisted of trying to figure out where the worst place to put a 2 would be especially at the end when it was filling up to get it to catch twos by itself or other singular numbers. Won in the end so I&#x27;m pretty content: <a href="http://i.imgur.com/7E3WBQk.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;7E3WBQk.png</a>
BhavdeepSethiabout 11 years ago
This is insane. I can complete 2048 easily, but can&#x27;t seem to win this version. For others, it&#x27;s other way around. How does that work? :&#x2F;
Pxtlabout 11 years ago
Victory at 1124 puppies eaten! Highest tile is 128.
aquateenabout 11 years ago
I hate this game for some reason, whereas I really liked 2048. Not sure why.
hyperion2010about 11 years ago
For some reason I find this version to be much easier than the original.
64mbabout 11 years ago
Oh, so I&#x27;m not meant to get 2048? Damn.