Very first implementation of game 2048 on Android Wear.
Nicely fits the watch form factor with a board of only 4x4 tiles.
Move the tiles on the board with your fingers. Similar tiles merge when they touch and the value get doubled. You have to get the 2048 tile to win.
You MOVE the tiles with
swipe
gestures. Use
double-tap
to display current SCORE. Use
long-press
gesture to open MENU.
2048 is a single-player puzzle game created in 2014 by Gabriele Cirulli : http://git.io/2048.
Present implementation is the first on Android Wear. The original Javascript project has been fully rewritten in Java for Android Wear.
Android Wearのゲーム2048の非常に最初の実装。
素敵なだけ4x4のタイルのボードを持つ時計のフォームファクタに適合します。
指でボード上のタイルを移動します。彼らは触れる場合にも同様のタイルがマージし、値が倍増します。あなたは勝つために2048タイルを取得する必要があります。
あなたは、
スワイプのジェスチャーでタイルを移動します。現在のスコアを表示するには、
ダブルタップ]を使用します。メニューを開くには、
長押しのジェスチャーを使用してください。
http://git.io/2048:2048ガブリエレCirulliによって2014年に作成されたシングルプレイヤーのパズルゲームです。
現在の実装では、Android Wearの最初のです。オリジナルのJavascriptのプロジェクトは完全にAndroid WearのためにJavaで書き直されました。