アプリオンは、世界のアプリランキングや口コミから、おすすめアプリをまとめている人気アプリ探しサイトです。

2048 plus [Android]

「2048 plus」は、NewPower Studiosが配信するパズルゲームです。

2048 plusのおすすめ画像1
2048 plusのおすすめ画像2
2048 plusのおすすめ画像3
2048 plusのおすすめ画像4
2048 plusのおすすめ画像5
<
>

数字を組み合わせて、2048タイトルを手に入れましょう

「2048 plus」は、NewPower Studiosが配信するパズルゲームです。

パズルゲーム

このアプリの話題とニュース

  • 100万ダウンロード突破!


  • 2400人を超える、評価・クチコミ投稿者数となっています。(3/29)


  • 新バージョンv20220706が配信開始。新機能や改善アップデートがされています。


最新更新情報

versionv20220706が、2022年8月11日(木)にリリース

1.Fixed related bugs

使い方や遊び方

数字を組み合わせて、2048タイトルを手に入れましょう。



遊び方:
スワイプ画面を使用してタイルを移動します。同じ数字の2つのタイルが触れると、それらは1つにマージされます!



ヒントとコツ:
1.テイク・イット・スロー
2048はプレイがとても簡単なので、何をしているのかまったく気にせずにゲームをクリアする癖がついてしまうかもしれません。それは良い考えではありません。時間をかけてください - 結局のところ、自分の動きを考えてもペナルティはありません。また、新しいブロックがどこに来るか、どのように配置するかを予測してみてください。チェスをするようなもの。
2.ワーク・ザ・コーナーズ
ゲームに勝つためには、具体的な戦略が必要です。持っていない場合、おそらく512を超えることはありません。したがって、良い戦略は、常に最も価値の高いタイルをいずれかの角に置いておくことです。1つの角を選択し、すべてのタイルをそこに向けるだけです。言うほど簡単ではありませんが、すぐにマスターできます。最も価値の高いタイルが「王の場所」を離れないようにするには、タイルをその周りに詰めてください。できれば、他の最大のタイルにする必要があります。このシンプルな戦略をマスターすると、すぐに1024に到達し、2048++ゲームに勝つことさえできます!
3.右下隅に最も価値の高いタイルを作成し、移動させないようにする方法は?
最高のタイル値を右下隅に配置したら、動かさないでください。移動しないようにするには、下矢印を押して最後の行を常に埋める必要があります。左矢印と右矢印を使用しても最高値のタイルが移動しないようにします。基本的に、これは2048plusゲームで最も重要なチートです。最も高いタイルを隅に置き、動かさないでください。



私たちはこれをサポートしています:
1.カスタムタイルの数をサポートします。4*4と異なる場合は、5*5、6*6、7*7、8*8、9*9、12*12、16*16を試すことができます。
2.アチーブメントとリーダーボードをサポート。リーダーボードには他の多くのプレイヤーが参加
3.チートをサポートし、必要に応じて2つと4つのタイルをすべて削除できます。
4.元に戻す機能をサポートしており、間違えた場合は元に戻すことができます。
5.ナイトモードをサポート。
6.広告の削除をサポート

紹介ムービー&プレイ動画

The 2048 game is an amazingly simple and fun browser-based puzzle released by Gabriele Cirulli, a 19-year-old developer from Italy.

Caution: The following link contains gaming material that may be addictive. Player discretion is advised. http://gabrielecirulli.github.io/2048/

This video introduces three simple strategies I came up with for winning the 2048 game.
1. Arrow restriction: basically use right & down, carefully up and never left
2. Always "fix" the 4th column
3. Always keep the 4th column sorted

The two arrow keys of your favorite could be different from mine, but it's ok as long as the keys are adjacent; you are solving essentially the same problem.

By fixing, or filling in the 4th column (not the 4th row) with tiles, you can avoid a junk piece to come in to the tile[4][4] when you had to use the up key. Exception is when the tile-merging happens in the 4th column. In that case, avoid up and use down instead.

[Some Additional Tips]
- If you focus on building the 4th column, you'll learn how best to build the 3rd.
- Advanced technique: left arrow (in my strategy) is useful to recover from the situation where the 4th column is unsorted. In that case, don't forget to "fix" the 3rd and 4th rows by filling them in.
- Recovery tip: To recover from the situation like tile[3][4]=1024 and tile[4][4]=2, use arrows including Left and push 1024 into a different corner. Then do the "change-of-gravity" (change the arrow restriction accordingly).
- Concentrate and think ahead. One small mistake can ruin the game especially in the later stage of the game.

[Note on Chance of Winning]
2048 is very hard. Even with a sophisticated AI with what's called "the iterative deepening depth first alpha-beta search" algorithm, the winning rate is not 100%, but 90%, according to the AI developer appeared on stackoverflow.
With the strategy introduced in this video, my winning rate is like 10% or so. It's low but having some strategies is better than having anything at all.

EDIT (Mar 17): My winning rate is now 30% given results from the past 10 consecutive games: 2048 x 3, 1024 x 3, 512 x 3, 256 x 1. I stick to the same strategy introduced here, but learned some bad situations to avoid.

How well do you do? Consider leaving a comment!


[Useful Links]
- The AI version http://ov3y.github.io/2048-AI is useful for learning how to "recover" from bad tile positions. Try enabling the AI when tiles mess up and see how well it tidies up.
- Once getting used to winning it, why don't us compete the highest scores? http://www.reddit.com/r/2048 is a good place for it and sharing strategies.
- Hacker News also has a nice discussion at https://news.ycombinator.com/item?id=7379821
- Algorithm lovers: Here's an interesting thread about the optimal 2048 solution, where one guy called ovolve, the AI version developer, achieved over 70,000+ points with his algo: http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048 Also see http://murgo.github.io/2048/ where you can plug in your own AI in js.

There are tons of variants of 2048.

[Variants of 2048]
- 2048 in super easy mode: http://jennypeng.me/2048/
- 2048 with undo: http://quaxio.com/2048/
- 2048 1D: http://tiansh.github.io/2048/
- 2048 3D: http://joppi.github.io/2048-3D/
- 2048 4D: http://huonw.github.io/2048-4D/
- 2048 5D: http://cesarkawakami.github.io/2048-5D/
- Speed 2048 http://balderdash.github.io/2048/
- Flappy 2048 http://hczhcz.github.io/Flappy-2048/
- 2048 Tetris http://prat0318.github.io/2048-tetris/
- 1on1 2048 http://emils.github.io/2048-multiplayer/
- MMO 2048 https://hnplays2048.herokuapp.com

[Other numbers]
- -512: http://hgentry.github.io/-512/
- 1: http://hgentry.github.io/1/
- 4: http://ehzhang.github.io/4/
- 11: http://t2.technion.ac.il/~s7395779/
- Fibonacci 1597: http://jmhummel.github.io/1597/
- 2584: http://mike199515.free3v.com/1597/2.htm
- Hex 16384 (2^14): http://rudradevbasak.github.io/16384_hex/
- 65536 (2^16): http://www.csie.ntu.edu.tw/~b01902112/65536/
- 2147483648 (2^31): http://cyberzhg.github.io/2048/
- 9007199254740992 (2^53): http://www.csie.ntu.edu.tw/~b01902112/9007199254740992/
- Infinite: http://aux.joshlf.com/2048/infinite/

(Collection of 2048 variants are summarized in this page: http://phenomist.wordpress.com/2048-variants/ )

You may also want to check the mobile apps called "Threes" which inspired "1024" which subsequently inspired 2048.

EDIT2 (Mar 20): I created another video on 1on1 2048 game play.
https://www.youtube.com/watch?v=TOc3uzVpbLs



[2048] Three Simple Tricks to Win 2048 Tile Puzzle Game.

カスタマーレビュー・評価

3.7
5つ星
 
1,343
4つ星
 
0
3つ星
 
537
2つ星
 
0
1つ星
 
537

最新ストアランキングと月間ランキング推移

2048 plusのAndroidアプリランキングや、利用者のリアルな声や国内や海外のSNSやインターネットでの人気状況を分析しています。

2048 plusのランキング推移

基本情報

仕様・スペック

対応OS
4.1 以降
容量
4.6M
推奨年齢
全年齢
アプリ内課金
なし
更新日
2022/08/11

インストール数
1,000,000~

集客動向・アクティブユーザー分析

オーガニック流入

 

アクティブ率

 

 

※この結果は2048 plusのユーザー解析データに基づいています。

利用者の属性・世代

アプリ解析デモグラフィックデータ(男女年代比率52%)

ででんでんででん、ででんでんででん

デモグラフィックデータを元にユーザー層の性別や年齢分布などを考慮して推定しています。

ネット話題指数

2048 plusの話題指数グラフ(3月29日(金))

開発会社の配信タイトル

このアプリと同一カテゴリのランキング

このアプリに関連するおすすめアプリ

ファイティングスティックα (PS5,PS4,PC)
HORI
amazon

NewPower Studios のその他のアプリ

NewPower Studios の配信アプリ >

新着おすすめアプリ

新着おすすめアプリ >

注目まとめ

Androidアプリまとめ >