@jeffy24
flappy-threejs-skyline
Tap to pilot a neon Three.js drone through low-poly skyline tower gaps.
About this tile
Pilot a glowing drone through a 2.5D neon city where low-poly towers slide toward you in parallax depth. Tap anywhere to flap, stay inside each gap, and chase a higher score as the skyline accelerates.
What you can do
- One-touch flight: tap the play surface to launch and flap; no bottom chrome gets in the way.
- Three.js skyline: WebGL renders layered city silhouettes, low-poly tower obstacles, a bright street plane, and particle trails.
- Pure rules engine: deterministic seeds, obstacle generation, scoring, collisions, difficulty, resize handling, and restart logic live in
logic/game.ts. - Mobile-first Poe frame: the game fills the iframe, respects safe-area insets, and keeps secondary instructions behind a compact
?modal. - Replayable difficulty: each tower scored increases speed and gradually tightens the gaps while preserving no-deadlock gap invariants.
Built using Codex and OpenSpec in ~/mobile-game-clones/games/flappy-threejs-skyline.