-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Septh
committed
Sep 27, 2016
1 parent
7edd37b
commit b61ebda
Showing
6 changed files
with
360 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,31 @@ | ||
## One more step towards the release! | ||
|
||
--- | ||
# 2048 for World of Warcraft | ||
#### Play while you wait to play!#### | ||
#### Play while you wait to play! | ||
|
||
|
||
2048 is a port of [Gabriele Cirulli's 2048 game](http://gabrielecirulli.github.io/2048/). Based on 1024 by Veewo Studio and conceptually similar to Threes by Asher Vollmer. | ||
|
||
The idea came while I was waiting for a LFR group to come up. I was playing 2048 on my tablet and suddently thought "hey, wouldn't it be great if I had a 2048 game inside WoW?". And so there it is. | ||
|
||
|
||
## Instructions | ||
Nothing fancy here, juste type `/2048` to show the game or click on the 2048 icon if you use a LDB display such as ChocolateBar or Bazooka. | ||
|
||
Use the arrow buttons to move the tiles. You may also use your keyboard if the option is checked in the control panel. Be aware though that the keyboard will only work when the mouse cursor is over the game's frame. | ||
Click the arrow buttons to move the tiles. You may also use your keyboard if the option is checked in the control panel. <u>Be aware though that the keyboard will only work when the mouse cursor is over the game's frame</u>. | ||
|
||
Keys: `Left`, `Right`, `Up` and `Down` arrows to move the tiles, `Esc` to close the game. | ||
|
||
|
||
## Help | ||
Comments are disabled on Curse.com and on Curseforge.com. Should you need any help, please open an issue on [GitHub](https://github.com/Septh/WoW-2048 "GitHub repository"), where the projet lives. | ||
|
||
|
||
## Changelog | ||
**Version 1.0.0** - Initial release. Settings and scores from previous, beta versions are incompatible and thus reset on first use. Sorry about that. | ||
|
||
**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.~~ | ||
## Licence | ||
2048 for WoW is released under the MIT licence. | ||
|
||
Enjoy! | ||
|
||
## TODO: | ||
* ~~**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) | ||
-- Septh |
Oops, something went wrong.