diff --git a/Games/2048.html b/Games/2048.html new file mode 100644 index 0000000..21cde16 --- /dev/null +++ b/Games/2048.html @@ -0,0 +1,851 @@ + + + + + 2048 + + + + + + + +
+
+

2048

+
+
0
+
0
+
+
+ +
+

Join the numbers and get to the 2048 tile!

+ New Game +
+ +
+
+

+ +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
+ +

+ How to play: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! +

+
+

+ Note: This site is the official version of 2048. You can play it on your phone via http://git.io/2048. All other apps or sites are derivatives or fakes, and should be used with caution. +

+
+

+ Created by Gabriele Cirulli. Based on 1024 by Veewo Studio and conceptually similar to Threes by Asher Vollmer. +

+
+ + + + + + + + + + + + + diff --git a/README.md b/README.md index 10e8ecc..7be29bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Offliine(Local) HTML Tools/games most in only one html file that can be opened directly through the browser with no Webserver needed WHAT SO EVER! # Credits (WIP!) -As you have most likely figured out almost none of these tools/games are made by me; I only compacted them to one file minimized them and uploaded them here, below is the list of github projects i used to make this respitory if your project is included but not mentioned or you would like it removed please feel free to create a new issue! +As you have most likely figured out almost none of these tools/games are made by me; I only compacted them to one file minimized them and uploaded them here, below is the list of github projects i used to make this repository if your project is included but not mentioned or you would like it removed please feel free to create a new issue, and I'll correct it! Projects used @@ -13,3 +13,5 @@ Projects used [Metroxe/one html page challenge](https://github.com/Metroxe/one-html-page-challenge) [orteil/musicgen](https://orteil.dashnet.org/musicgen) + +[gabrielecirulli/2048](https://github.com/gabrielecirulli/2048)