2048
同じ数字のタイルをくっつけて、より大きな数字を作っていく人気の数字パズルです。目標は「2048」のタイルを作ること。データは送信されず、ブラウザ内だけで動作します。
🎮 Controls
✅ Recognition result
- ↑↓←→ タイルを移動
- WASD でも移動できます
📱 Touch controls
- 盤面を上下左右にスワイプして移動
- 「新しいゲーム」でいつでもリセット
🆕 BGM
- 🔊 ボタンで8ビット風の落ち着いたBGMをオン/オフ切り替え
- 設定はブラウザに記憶され、次回も引き継がれます
License notice:Original (created by Archipela, MIT License)
This game is an open-source title created by Archipela, distributed under theMIT License. The game's source code and LICENSE file are bundled in games/g2048/ . All the code needed to run the game lives on the same origin, so no external server is contacted while you play.
This game is an open-source title created by Archipela, distributed under theMIT License. The game's source code and LICENSE file are bundled in games/g2048/ . All the code needed to run the game lives on the same origin, so no external server is contacted while you play.
📘 How to play
- 盤面を上下左右に動かすと、すべてのタイルがその方向へ寄ります。
- 同じ数字のタイルがぶつかると1つに合体し、数字が倍になります。
- 動かすたびに新しいタイル(2または4)が1つ現れます。
- 「2048」のタイルを作ればクリア。動かせなくなるとゲームオーバーです。
❓ FAQ
2048はどうやって遊ぶゲームですか?
上下左右にタイルを寄せ、同じ数字同士を合体させて数を倍にしていきます。最終的に「2048」のタイルを作ることが目標のパズルゲームです。
スマートフォンでも遊べますか?
はい。盤面をスワイプすることで操作できます。PCではキーボードの矢印キーまたはWASDで操作します。
スコアは保存されますか?
ベストスコアはお使いのブラウザ内(localStorage)にのみ保存されます。サーバーに送信されることはありません。