Title: I built a game template that ships in hours — endless runner, TypeScript + Phaser 3, $49
Body:
Built this over the past week after getting tired of rebuilding the same infrastructure every time I had a game idea.
Endless runner template with:
- Jump physics, progressive difficulty, collision
- Touch + keyboard controls (mobile ready)
- 3 themes (Neon, Cyberpunk, Ocean) — swap in one line
- Leaderboard with name entry
- 350KB gzipped — loads on slow mobile
No art assets needed — all procedural graphics. Just tweak colors/shapes via JSON and ship.
[DEMO LINK] [GUMROAD LINK]
MIT license, $49. Happy to answer questions about how it's built.
Title: Show & Tell — I made a Phaser 3 game template under 350KB. Great for Telegram Mini Apps.
Body:
Been playing with Phaser 3 + TypeScript and ended up packaging it as a template.
The stack:
- Vite + TypeScript
- Phaser 3 for rendering
- All procedural graphics (no asset downloads)
- Responsive via Phaser Scale.FIT
It's a polished endless runner with a theme system — change colors and shapes via JSON config.
Deploys as a static site anywhere (Vercel, Netlify, Telegram).
Would love feedback on the code structure: [GITHUB LINK]
Title: I built a production-ready game template for indie devs — endless runner with theme system
Body:
Wanted to share this template I've been working on for indie devs who want to ship faster.
It's a complete endless runner game with:
- Clean TypeScript architecture (scenes, entities, systems, services)
- 3 themes included, add unlimited via JSON
- Leaderboard with localStorage persistence
- Mobile-first responsive design
- 350KB gzipped
This is for devs who know how to code but don't want to spend 40 hours on infrastructure before they can prototype.
MIT licensed, $49 on Gumroad.
DEMO: [LINK] GUMROAD: [LINK] GITHUB: [LINK]
Title: Web Game Template for Telegram Mini Apps — endless runner, 350KB, touch-first
Body:
Built this for Telegram Mini App developers who want a polished game to deploy quickly.
Features:
- Static site output — deploy to any TG Mini App host
- Touch + keyboard controls
- 350KB gzipped (loads instantly)
- Leaderboard system
- 3 themes
Demo: [LINK] Gumroad: [LINK]