Hacker News new | ask | show | jobs
by ledzep2 4138 days ago
When playing this kind of game, you are not actually playing, but training your brain to be like a cpu which is dumber in logic but stronger in following a procedure.

And your fun is over when you figure out the procedure, coz all you have to left is to get the input from whatever on the screen, feed it to the procedure and output the result to the mouse until u win.

1 comments

Yes. You don't seem to need any backtracking to play these games correctly. This is also why the computer seems to always be able to give clear hints. (Can it really always?)

One question is whether this holds for any possible board (starting position), or if they need to be constructed in a certain way for this to be true.

I think a game like 2048 will remain interesting longer, because you need to look further ahead and take the random factor into account.