A Flappy Bird clone for Even Realities G2 smart glasses.
On G2 Glasses:
- Download from Even Hub (coming soon)
- Or sideload via QR code
In Browser (development):
- Press
Spaceor↑to flap - Click the game area to flap
- Tap (on glasses) or Space/Click (in browser) — Flap
- Avoid the pipes, collect points
- Node.js 18+
- even-dev simulator environment
git clone https://github.com/9thkingofscotland/flappy-g2.git
cd flappy-g2
npm install
npm run dev# In even-dev directory
APP_PATH=../flappy-g2 ./start-even.shnpm run build- Display: 200×100 px image container (G2 max: 200×100)
- Frame rate: ~10 FPS
- Greyscale: 4-bit (16 levels)
- SDK:
@evenrealities/even_hub_sdkv0.0.7
┌─────────────────────────────────────────┐
│ G2 Display (576×288) │
│ ┌───────────────────────────────────┐ │
│ │ Text Container (events) │ │
│ │ ┌─────────────────────────┐ │ │
│ │ │ Image Container (game) │ │ │
│ │ │ 200×100 px │ │ │
│ │ └─────────────────────────┘ │ │
│ └───────────────────────────────────┘ │
└─────────────────────────────────────────┘
MIT © 9thkingofscotland
- Inspired by Dong Nguyen's Flappy Bird
- Built with Even Hub SDK
- Community resources: even-g2-notes
