# 2048 Game

Classic 2048. Arrow keys or swipe to slide and merge equal numbers. Each valid move spawns a tile; score accumulates from merges. 4×4 / 5×5 / 6×6 boards, pick a goal tile.

> Canonical page: https://elysiatools.com/en/tools/2048-game

- **Category:** Games

- **Keywords:** 2048, merge tiles, puzzle, sliding, numbers, strategy, addictive, game

## Overview

Play the classic 2048 sliding tile puzzle game directly in your browser with customizable board sizes and target goals. Slide matching numbers using your arrow keys or swipe gestures to merge them, accumulate points, and strategize your way to the target tile on 4×4, 5×5, or 6×6 grids.

## Inputs

- **Board Size** (select)
- **Goal** (select)

## When to use

- When you want to play a quick, casual brain teaser to test your spatial reasoning and strategic planning.
- When you want to adjust the difficulty of the classic 2048 game by choosing a larger board size like 5×5 or 6×6.
- When you want to set a shorter goal like 512 for a faster game, or challenge yourself with a 4096 tile target.

## How it works

- Select your preferred board size (4×4, 5×5, or 6×6) and set your target goal tile (512, 1024, 2048, or 4096).
- Use your keyboard arrow keys or swipe gestures to slide all tiles on the board in the chosen direction.
- Merge adjacent tiles of the same value to combine them into a single tile with their sum, spawning a new tile after each valid move.
- Continue merging tiles to accumulate points until you reach your goal tile or run out of empty spaces and valid moves.

## Use cases

- Casual gaming during breaks to relax and exercise logical thinking.
- Practicing sliding tile strategies on larger grids like 5×5 or 6×6.
- Speedrunning to lower target goals like 512 or 1024.

## Frequently asked questions

### How do I control the tiles in the game?

Use the arrow keys on your keyboard or swipe in your preferred direction on touch devices to slide the tiles.

### What board sizes are available?

You can choose between the classic 4×4 grid, a larger 5×5 grid, or a spacious 6×6 grid.

### Can I continue playing after reaching the goal tile?

Yes, you can continue sliding and merging tiles to achieve a higher score even after reaching your target goal.

### What target goals can I set?

You can configure the game's winning target to 512, 1024, 2048, or 4096.

### How is the score calculated in the game?

Your score accumulates automatically whenever two tiles of the same value merge, adding the value of the new tile to your total.

## Related tools

- [Memory Game](https://elysiatools.com/en/tools/memory-game): Classic memory matching game. Flip cards two at a time to find matching pairs; tracks moves and time, then grades you. Easy / standard / hard grids, emoji or number card faces.
- [Audio Filler Word Removal Map](https://elysiatools.com/en/tools/audio-filler-word-removal-map): Combine a timestamped transcript with the audio to mark filler words (um, uh, 嗯, 那个…) and optionally mute or remove them.
- [Bulk Email Extractor](https://elysiatools.com/en/tools/bulk-email-extractor): Extract all email addresses from input text, articles, web source code, or mixed content. Supports deduplication and export to JSON.
- [CSV Transformer](https://elysiatools.com/en/tools/csv-transformer): Transform and process CSV data with column operations, calculations, and data type conversions. Supports renaming columns, adding calculated columns, removing columns, converting data types, calculating values, and filtering rows. Operation examples: • Rename column: \[{"type": "rename", "column": "old_name", "new_name": "new_name"}\] • Add calculated column: \[{"type": "add_column", "new_column": "total", "formula": "price * quantity"}\] • Remove column: \[{"type": "remove_column", "remove_column": "column_to_remove"}\] • Convert data type: \[{"type": "convert_type", "convert_column": "age", "target_type": "number"}\] • Calculate values: \[{"type": "calculate", "target_column": "total", "expression": "price * tax + shipping"}\] • Filter rows: \[{"type": "filter_values", "filter_column": "status", "operator": "equals", "value": "active"}\]
- [BOM Character Remover](https://elysiatools.com/en/tools/data-bom-remover): Remove BOM (Byte Order Mark) characters from text and file content. Perfect for cleaning up text files that have encoding issues, fixing CSV imports, and preparing data for processing. Features: - Detect and remove UTF-8 BOM (EF BB BF) - Detect and remove UTF-16 BOM (FE FF or FF FE) - Detect and remove UTF-32 BOM (00 00 FE FF or FF FE 00 00) - Support multiple input formats - Visual BOM character display - Detailed detection report - Support for batch text processing Common Use Cases: - Fix CSV file import errors - Clean up text file encoding issues - Prepare data for JSON parsing - Fix XML parsing problems - Resolve API data encoding conflicts - Standardize text data format
- [Data Deduplicator](https://elysiatools.com/en/tools/data-deduplicator): Remove duplicate rows from CSV files based on multiple column combinations. Perfect for cleaning customer lists, survey responses, and database exports. Features: - Multi-column combination deduplication - Fuzzy matching for similar records - Custom deduplication strategies (keep first, last, or most complete record) - Case-insensitive matching option - Whitespace trimming - Detailed duplicate statistics Common Use Cases: - Remove duplicate customer records - Clean email marketing lists - Eliminate redundant survey responses - Prepare data for analysis
- [Data Range Limiter](https://elysiatools.com/en/tools/data-range-limiter): Limit numerical values to specified ranges by clipping, filtering, or marking out-of-bounds values. Perfect for data quality control, sensor data cleaning, business rule enforcement, and data preprocessing. Features: - Range clipping (clip values to min/max boundaries) - Range filtering (remove out-of-bounds rows) - Range marking (flag modified values) - Per-column range configuration - Automatic numeric column detection - Multiple handling strategies - Detailed modification reports - Statistical analysis of changes - Business rule enforcement Common Use Cases: - Sensor data validation and cleaning - Machine learning input preparation - Data quality control and validation - Business constraint enforcement - Outlier management and control - Data preprocessing pipelines
- [Z-Score Standardizer](https://elysiatools.com/en/tools/data-zscore-normalizer): Standardize numerical data using Z-score (standard score) normalization to transform values with mean=0 and standard deviation=1. Perfect for statistical analysis, machine learning feature preprocessing, outlier detection, and data comparison across different scales. Features: - Z-score standardization (mean=0, std=1) - Robust Z-score option (using median and MAD) - Custom scaling to target range - Multiple column selection - Automatic data type detection - Handles missing values intelligently - Preserves non-numeric columns - Comprehensive statistical summary - Outlier detection and reporting Common Use Cases: - Machine learning feature preparation - Statistical hypothesis testing - Outlier detection and removal - Data comparison across different units - Principal Component Analysis (PCA) preprocessing

## Samples

- [Bevy Game Engine Samples](https://elysiatools.com/en/samples/bevy-samples): Bevy Rust game engine examples with ECS, 2D/3D graphics, audio, and game mechanics implementations
- [Godot Engine Samples](https://elysiatools.com/en/samples/godot): Godot Engine examples including 2D/3D games, GDScript, C#, and engine features
- [Phaser.js Samples](https://elysiatools.com/en/samples/phaser-js): Phaser.js game engine examples including 2D games, animations, physics, sprites, and interactive gameplay mechanics
- [Unity C# Script Samples](https://elysiatools.com/en/samples/unity-csharp): Unity C# scripting examples covering player movement, UI systems, physics, animations, and game mechanics

## Related content

- [Classic Browser Games — Play Instantly, No Download](https://elysiatools.com/en/hubs/classic-browser-games): Play classic games right in your browser: 2048, Tic-Tac-Toe, Connect Four, Minesweeper, Hangman, Memory, Mastermind, Rock Paper Scissors, Magic 8 Ball, Trivia Quiz, and a Wordle solver — all free, no signup or install.
- [Audio Encoding and Format Conversion Tools](https://elysiatools.com/en/hubs/audio-convert): Compare audio format conversion, bitrate changes, sample-rate conversion, codec swaps, and export tools in one hub for delivery and archive workflows.
- [Image Format Conversion and Animated Export Tools](https://elysiatools.com/en/hubs/image-convert): Compare image format converters for JPG, PNG, GIF, AVIF, WebP, TIFF, ICO, base64, and animation-friendly exports in one hub.
- [JSON Interchange and Format Translation Tools](https://elysiatools.com/en/hubs/json-convert): Compare JSON conversion tools for CSV, YAML, TOML, GraphQL, XML, Markdown, Excel, BSON, EDN, and related structured formats in one hub.
