Skip to content

yordan-kanchelov/flappy-bird-pixijs

Repository files navigation

Netlify Status code style: prettier

Flappy bird build with pixi.js & typescript

To build & run the project

npm install

npm run dev or ctrl + shift + b ( if using vscode )

TODO

  • Add menu screen

  • Add loading screen

  • Add game over screen

  • Handle collision better ( add hitbody of a circle to the bird and perform check with it )

  • Update background parallax effect

  • Add sound effects

  • Add Score

  • Properly scale the game