wanessalabs games production Week · #12

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 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