NancyLebovitz comments on Open thread, 11-17 March 2014 - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (226)
Here's a marvellous memetic hazard that you should avoid clicking on. The 2048 game. Just in case you thought you were getting any work done today. HN discussion. (And HN on its memetically hazardous nature. Creator: "I've been playing this all day today. I basically created my own demise.")
(Someone has, of course, written an AI to try to beat it. HN discussion, though try to figure it out yourself first.)
Definitely fascinating. It's a shame it doesn't keep track of number of moves-- the fewest number of moves needed to clog up the board might also be interesting.
The total of all the numbers on the board goes up by 2 on every move and starts at 4. Therefore the number of moves you've made is (current total - 4)/2. To reach 2048 requires at least 1022 moves. As a rough rule of thumb, look at the biggest number on the board: that's a ballpark estimate of how many moves you've played.
I realised this shortly after getting into the flow of my first game, and it entirely extinguished my desire to play a second. My memetic immune system is strong.
Actually, I think 90% of the time it adds a 2, 10% it adds a 4.