Gabriele Cirulli []
match and replace the "Updated" comment
Gabriele Cirulli []
add basic rake file with appcache:update task
Gabriele Cirulli []
Update README.md
Gabriele Cirulli []
credit elektryk
Gabriele Cirulli []
update scss
Gabriele Cirulli []
Merge branch 'WP_touch_events' of github.com:elektryk/2048 into elektryk-WP_touch_events
Gabriele Cirulli []
set mobile threshold slightly wider than the board size
Gabriele Cirulli []
remove debug logging
Gabriele Cirulli []
rename keep playing to keep going
Gabriele Cirulli []
add styling for super tiles
Gabriele Cirulli []
rename tile-gold to tile-super
Gabriele Cirulli []
rename GameOver to GameTerminated to avoid ambiguity
Gabriele Cirulli []
refactor code
Gabriele Cirulli []
merge infinite game
Gabriele Cirulli []
change local storage support check
Gabriele Cirulli []
Merge pull request #50 from codeKonami/master
adding a test to verify the localStorage is supported
Gabriele Cirulli []
fix fill mode helper
codeKonami []
adding a test to verify the localStorage is supported fixing a bug on private browsing on safari
Gabriele Cirulli []
Merge pull request #42 from david-risney/fix-try-again-bug
Ensure the Try Again button actually disappears when selected in IE
Gabriele Cirulli []
Merge pull request #28 from gabrielecirulli/use-transforms
Use transforms for tile positions
Gabriele Cirulli []
modify the game to allow using transforms
Gabriele Cirulli []
Merge pull request #48 from iharosi/master
minimal-ui added to allow fullscreen on iOS 7.1
Gabriele Cirulli []
Merge branch 'master' into use-transforms
Gergely Iharosi []
minimal-ui added to allow fullscreen on iOS 7.1
More details on the iOS dev site: http://goo.gl/H6RILo
Marcin Gajda []
Windows Phone touch events
Gabriele Cirulli []
change site note
Gabriele Cirulli []
add official site note
Laurent Margirier []
Update refs
Laurent Margirier []
add touchend event (see PR #32)
Laurent Margirier []
compile main.css
Laurent Margirier []
Endless Game. Allow user to continue the game.
- main.css isn't compiled
- a special class `.tile-gold` is added to tiles above 2048
Dave Risney []
Ensure the Try Again button actually disappears when selected in Internet Explorer
Gabriele Cirulli []
Merge pull request #32 from coding46/patch-1
[BUGFIX] Add touch event handler for retry button
Gabriele Cirulli []
Merge pull request #29 from TimPetricola/fix-readme
Fix README
G. Bodenschatz []
[BUGFIX] Add touch event handler for retry button
Tim Petricola []
Fix README
Gabriele Cirulli []
add basic css transform positions
Gabriele Cirulli []
Merge pull request #20 from leereilly/ios-launch-icon
Some tweaks for iOS devices
Laurent Margirier []
compile main.css
Gabriele Cirulli []
improve code structure in localscoremanager
Gabriele Cirulli []
small change in scoremanager
Gabriele Cirulli []
add screnshot section
Gabriele Cirulli []
add mentions to readme
Laurent Margirier []
Endless Game. Allow user to continue the game.
- main.css isn't compiled
- a special class `.tile-gold` is added to tiles above 2048
Gabriele Cirulli []
remove analytics from master branch
Gabriele Cirulli []
mobile tweaks for best score
Gabriele Cirulli []
add small code tweaks
Gabriele Cirulli []
fix merge conflict
Gabriele Cirulli []
Merge pull request #22 from ghoullier/master
Use querySelector instead of getElementsByClassName
Grégory HOULLIER []
Use querySelector instead of getElementsByClassName
Lee Reilly []
Fix relative path issue - github.io vs. CNAME
Lee Reilly []
Add metadata images to meta folder for consistency
Lee Reilly []
Hide the browser UI on :iphone:
Lee Reilly []
Add launcher icon for :apple: devices
Gabriele Cirulli []
update css
Gabriele Cirulli []
remove hammer, small js changes
Gabriele Cirulli []
Merge pull request #16 from chrisprice/master
Replace hammer with touch event handling
Chris Price []
Replace hammer with touch event handling
Tim Petricola []
Merge remote-tracking branch 'upstream/master' into best-score
Conflicts:
index.html
js/application.js
js/html_actuator.js
Tim Petricola []
localStorage fallback
Gabriele Cirulli []
Merge pull request #13 from remram44/readme-fixes
Minor fixes to README
Gabriele Cirulli []
add WASD controls (closes #10)
Remi Rampin []
Minor fixes to README
Gabriele Cirulli []
move button styles to mixin
Gabriele Cirulli []
add requestanimationframe polyfill
Gabriele Cirulli []
add favicon meta tag
Gabriele Cirulli []
move scripts to bottom of body
Gabriele Cirulli []
add favicon
Gabriele Cirulli []
update address
Gabriele Cirulli []
Update README.md
Gabriele Cirulli []
add threes reference. closes #7
Tim Petricola []
Fix win/over in local
Gabriele Cirulli []
add basic iphone support
Tim Petricola []
Store best score in localStorage
Dependency injection and hide best score for incompatible browsers
Gabriele Cirulli []
remove debug printing
Gabriele Cirulli []
properly ignore meta keys
Gabriele Cirulli []
move event send after type definition
Gabriele Cirulli []
Merge pull request #2 from rayhaanj/master
Add vim keybindings
Gabriele Cirulli []
add swipe gesture support
rayhaanj []
Added vim keybindings
rayhaanj []
Added vim keybindings
rayhaanj []
Added vim keybindings
Gabriele Cirulli []
Merge pull request #1 from Mechazawa/patch-1
forgot the http://
Mechazawa []
forgot the http://
Gotta properly link to saming his site bro
Gabriele Cirulli []
update contributing link
Gabriele Cirulli []
add contributing guide
Gabriele Cirulli []
Update README.md
Gabriele Cirulli []
add license
Gabriele Cirulli []
remove use of class list in actuator, fix animations for firefox
Gabriele Cirulli []
press space to restart
Gabriele Cirulli []
update rendered stylesheet
Gabriele Cirulli []
add container around sharing functionality
Gabriele Cirulli []
remove analytics from master
Gabriele Cirulli []
add retry button
Gabriele Cirulli []
Update README.md
Gabriele Cirulli []
increase padding on score
Gabriele Cirulli []
add win condition
Gabriele Cirulli []
add movement check, score addition
Gabriele Cirulli []
add score and endgame
Gabriele Cirulli []
add tile merging