1
0
mirror of https://github.com/danog/2048.git synced 2024-11-27 03:44:43 +01:00
Go to file
2014-03-11 11:52:02 -04:00
js localStorage fallback 2014-03-11 11:52:02 -04:00
style Store best score in localStorage 2014-03-10 16:21:05 -04:00
.gitignore basic styling 2014-03-05 15:38:29 +01:00
.jshintrc basic grid implementation with initial setup 2014-03-08 12:50:45 +01:00
CONTRIBUTING.md add contributing guide 2014-03-10 18:12:33 +01:00
index.html Store best score in localStorage 2014-03-10 16:21:05 -04:00
LICENSE.txt add license 2014-03-10 18:07:22 +01:00
README.md forgot the http:// 2014-03-10 18:21:49 +01:00

2048

A small clone of 1024, based on Saming's 2048 (also a clone).

Made just for fun. Play it here!

Screenshot

That screenshot is fake by, the way. I never reached 2048 😄

Contributing

Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specifically made branch and request to pull on master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.

You can find the same information in the contributing guide.

License

2048 is licensed under the MIT license.