/flappy-bird

Flappy Bird clone made in Desmos

Apache License 2.0Apache-2.0

🐤 Flappy Bird in Desmos

A Flappy Bird clone made in the Desmos Graphing Calculator

🕹️ Try it out

📘 From this repository

  1. Go to this repository's web page
  2. Have fun!

📗 From Desmos

  1. Open Desmos
  2. Open inspect element ( Ctrl+Shift+I ) or ( ++I )
  3. Type this command:
fetch('https://raw.githubusercontent.com/kanagrou/flappy-bird/main/src/calc.json')
    .then(res => res.json())
    .then(state => Calc.setState(state))
  1. Have fun!

📷 Screenshots

Start Screen

Start Screen

In game

In game

Game over

Gameover