diff --git a/Readme.md b/Readme.md index ccdbb7e..f461a97 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -## This is a beta version. It still needs extended testing and feedback before it goes to release. +## One more step towards the release! --- # 2048 for World of Warcraft @@ -16,9 +16,9 @@ Use the arrow buttons to move the tiles. You may also use your keyboard if the o **NB:** since 2048 is still in beta stage, it is disabled by default! You must specifically enable it in the AddOn Manager before you can play. -**NB2:** I'am aware that 2048 suffers from some animation glitches since Legion. I'll work on it when I have time. +~~**NB2:** I'am aware that 2048 suffers from some animation glitches since Legion. I'll work on it when I have time.~~ ## TODO: -* **Better animation**. Blizzard API is really not intended for such things so I even don't know if this is possible at all. +* ~~**Better animation**. Blizzard API is really not intended for such things so I even don't know if this is possible at all.~~ * **Testing**, testing and testing. Thank to anyone who can provide feedback either on [Curse.com](http://mods.curse.com/addons/wow/wow2048) or on [GitHub](https://github.com/Septh/WoW-2048) diff --git a/Untitled-1 b/Untitled-1 deleted file mode 100644 index 946c0dc..0000000 --- a/Untitled-1 +++ /dev/null @@ -1,25 +0,0 @@ - { - 128, -- [1] - 64, -- [2] - 8, -- [3] - 0, -- [4] - }, -- [1] - { - 2, -- [1] - 8, -- [2] - 16, -- [3] - 2, -- [4] - }, -- [2] - { - 8, -- [1] - 2, -- [2] - 0, -- [3] - 0, -- [4] - }, -- [3] - { - 4, -- [1] - 0, -- [2] - 0, -- [3] - 2, -- [4] - }, -- [4] - },