Smug 2048

buzztouch plugin: Smug 2048
Version: v1.4
A nice addictive game of 2048 for iOS or Android
works on iOS iOS
works on Android Android
Developer Info
Latest Review
Pointer0z2000tv | 02/03/16 (v1.2)
Typical of most SmugWimp plugins it performs exactly as advertised!
Screenshots
More Information
// v1.4 February 17th 2016
//

A Simple native 2048 game for iOS or Android.

Original code for iOS sourced from https://github.com/austinzheng/iOS-2048
Original code for Android sourced from http://gabrielecirulli.github.io/2048/

Modified for BT Use.

No Custom Control Panel settings available. If you want to change properties, for the time being it is via code only. If someone wants to create control panel sections, dandy. I’ll be happy to throw them in and give you half the money. ;)

The iOS version is real code, and installs in your project with no modifications required.
The Android version is a simple HTML Java based game encapsulated in a webView, and in Android, you will need to manually copy the following directories into your projects “BT_Docs” directory:

JS, META and STYLE

These directories hold critical files, but BT does not copy directory structures. The alternative is for me to place all the files in one directory (BT_Docs) But that would put a million files in your BT_Docs, and it’s just better to keep the files segregated.

So that means you have to copy the files manually… So DO IT. Thanks.

Support via Forum only, and probably not from me. Play nice; it’s free.

Version History
=======================
v1.0 - Initial Release
v1.1 - appDelegate change; added easier property mangement
v1.2 - Implemented an Android HTML Version
v1.3 - Corrected erroneous Android reference in code. Oops.
v1.4 - Added notes required for proper Android use.


iOS Project
------------------------
F3HControlView
F3HGameboardView
F3HGameModel
F3HMergeTile
F3HMoveOrder
F3HNumberTileGameViewController
F3HQueueCommand
F3HScoreView
F3HTileAppearanceProvider
F3HTileModel
F3HTileView
SW_smug2048

Android Project
------------------------
SW_smug2048.java
SW_smug2048.xml
Many HTML Support Files & Java

JSON Data
------------------------
For Now, there are no user modifiable properties other than Nickname.