Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Sep 27, 2016
1 parent 7edd37b commit b61ebda
Show file tree
Hide file tree
Showing 6 changed files with 360 additions and 358 deletions.
3 changes: 1 addition & 2 deletions 2048.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: 2048
## Notes: Play while you wait!
## Notes-frFR: Jouez au 2048 entre deux raids !
## Version: 0.3.0
## Version: 1.0.0
## Author: Septh
## DefaultState: disabled
## SavedVariables: DB2048
Expand All @@ -20,7 +20,6 @@ libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
libs\AceLocale-3.0\AceLocale-3.0.xml
libs\AceTimer-3.0\AceTimer-3.0.xml

2048.xml
locales.lua
main.lua
game.lua
44 changes: 0 additions & 44 deletions 2048.xml

This file was deleted.

27 changes: 17 additions & 10 deletions Readme.md
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
Loading

0 comments on commit b61ebda

Please sign in to comment.