wanessalabs games production

2048

Open-source 2048 ported as a native React module inside the Wanessa Labs Games Hub. Two to five minutes, zero ads, no install.

ReactTypeScriptTailwindViteCloudflare Pages
2048 screenshot 1

2048 is the perfect two-to-five-minute time filler. Every version I’ve found wraps it in ads or requires an app download. I needed a version that loads instantly from the hub home screen with zero friction. So I ported one.

What It Is

Standard 2048 mechanics (4x4 grid, merge rules, arrow keys on desktop, swipe on mobile) implemented as a first-class React game module in the Wanessa Labs Games Hub. It implements the hub’s GameProps interface, shares the hub’s design language, and persists best score via localStorage.

Not a reinvention. Just a version we own, can maintain, and can load without being served an ad first.

Features

Stack

ToolRole
React + TypeScriptGame module inside wanessalabs-games
TailwindHub-consistent styling
localStorageScore and session persistence
Cloudflare PagesHosted inside wanessalabs-games hub

Development timeline

1 logged update on 6 May 2026.

  1. Work began on the 2048 portfeature

    First commit touching this game in the hub repository. Slide tiles and combine them to reach 2048, easier said than done. The hub records no separate launch announcement for it.

Written from the release notes published with each update, not afterwards. See every project →