Tagging — what this page tells machines

2048

Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.


About

2048: slide the grid, equal tiles merge and double, a new tile appears each move. Keep going until you make 2048 — or run out of room. Arrow keys on desktop, swipe on touch.

How it works

Each direction maps to four lines of indices; every line is compressed and its equal neighbours merged (one merge per tile per move), then written back. A move that changes anything spawns a 2 or 4. Best score lives in localStorage under kaspirius:2048:best. No backend.


Metadata
title
2048
description
Slide tiles, merge matching numbers, and chase 2048 — the classic puzzle in the browser. Arrow keys or swipe; best score saved locally.
canonical
https://kaspirius.com/2048
updated
Last updated

Heading outline

Structured data (JSON-LD)
TechArticle

Same as Article, flagged as technical/developer reference material.

{
  "@context": "https://schema.org",
  "@type": "TechArticle",
  "headline": "2048 — game",
  "description": "Slide tiles, merge matching numbers, and chase 2048 — the classic puzzle in the browser. Arrow keys or swipe; best score saved locally.",
  "url": "https://kaspirius.com/2048",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://kaspirius.com/2048"
  },
  "datePublished": "2026-06-18",
  "dateModified": "2026-06-18",
  "author": {
    "@type": "Person",
    "name": "kaspirius",
    "url": "https://kaspirius.com"
  },
  "publisher": {
    "@type": "Organization",
    "name": "kaspirius",
    "url": "https://kaspirius.com"
  }
}
↖ kaspirius