1
0
mirror of https://github.com/danog/2048.git synced 2024-11-26 19:34:44 +01:00
2048/js
Mark Frederiksen 02a24c0610 Added persistence of game state to localstorage after each move
Added rebuilding of game state from localstoage on page load
Added New Game button to allow game restarts now that refreshes resume the game
2014-03-18 14:48:55 -04:00
..
animframe_polyfill.js add requestanimationframe polyfill 2014-03-11 14:48:42 +01:00
application.js Merge remote-tracking branch 'upstream/master' into best-score 2014-03-11 12:05:42 -04:00
game_manager.js Added persistence of game state to localstorage after each move 2014-03-18 14:48:55 -04:00
grid.js Added persistence of game state to localstorage after each move 2014-03-18 14:48:55 -04:00
html_actuator.js rename tile-gold to tile-super 2014-03-14 13:35:42 +01:00
keyboard_input_manager.js Added persistence of game state to localstorage after each move 2014-03-18 14:48:55 -04:00
local_score_manager.js Added persistence of game state to localstorage after each move 2014-03-18 14:48:55 -04:00
tile.js Added persistence of game state to localstorage after each move 2014-03-18 14:48:55 -04:00