kanagrou / flappy-bird

Flappy Bird clone made in Desmos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐀 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

About

Flappy Bird clone made in Desmos

License:Apache License 2.0