In this tutorial I take on the callenge to code a flappy bird clone in a few lines of code as possible.The starting point is an empty HTML canvas and you can follow along all the way to a complete game.
Try the game here: https://flappy.vercel.app/
The code for this project: https://github.com/danba340/tiny-flappy-bird
#javascript #game-development #programming #developer