2048 icon indicating copy to clipboard operation
2048 copied to clipboard

Added a total moves counter

Open bhallier opened this issue 10 years ago • 12 comments

Added a total moves field to display the moves made since starting the game.

bhallier avatar Mar 24 '14 21:03 bhallier

This PR is troublesome. Although I'm not sure about the idea behind the counter itself, I'm also afraid this wouldn't work well on mobile, because the two containers already barely fit.

gabrielecirulli avatar Mar 24 '14 21:03 gabrielecirulli

Screenshots

ios simulator screen shot mar 24 2014 7 47 06 pm ios simulator screen shot mar 24 2014 7 49 41 pm

sukima avatar Mar 24 '14 23:03 sukima

Pretty sure that'd break when the score is above 1000.

gabrielecirulli avatar Mar 25 '14 10:03 gabrielecirulli

If this was a wanted feature I'd have a click handler on the best box which toggles between best and moves. Least that's how I would add it.

That is to say there is still the debate of if it's a wanted feature or not.

sukima avatar Mar 25 '14 13:03 sukima

It might be good to have but only if the layout problems are solved. Switching between best and moves on click might be interesting but it also introduces a discoverability problem: how do the users know that clicking does that?

gabrielecirulli avatar Mar 25 '14 16:03 gabrielecirulli

Put scoreboard buttons as single row directly above game board or put "best score" to the top row (next to "2048 title) or adjust font size for extra spacing when the score board takes the whole row.

graste avatar Mar 27 '14 20:03 graste

I'd love to have the moves counter... but adding more takes away from the minimal design.

DavidSouther avatar Apr 05 '14 00:04 DavidSouther

Maybe have the stats show up at the end?

warmwaffles avatar Apr 07 '14 16:04 warmwaffles

+1 for @warmwaffles

KonradIT avatar Apr 07 '14 16:04 KonradIT

Working on @warmwaffles suggestion

ApolloLV avatar Apr 19 '14 02:04 ApolloLV

I have modofied the Master to add a moves counter. What do you think about this at http://philippe.corbes.free.fr/2048 I think we should also add a clock ;)

pcorbes avatar May 27 '14 21:05 pcorbes

I like this idea with moves counter. Maybe we can show it only on desktop and figure out something for mobiles later?

sigod avatar Dec 10 '14 15:12 sigod