A lightweight web-based 2048 game designed to be iframe-embeddable and playable without login.
- Pure HTML/CSS/JS (no build step)
- Mobile swipe + keyboard controls
- Local best score persistence
- Iframe-friendly (single-page static app)
Open index.html directly or serve with:
python3 -m http.server 8080Then visit http://localhost:8080/playfun-2048/
name: Lila 2048description: Addictive web-based 2048 puzzle game by Lila.platform: webisHTMLGame: trueiframable: truemaxScorePerSession: 100000maxSessionsPerDay: 100maxCumulativePointsPerDay: 500000