Flappy-bird
This is the second game I made..... The first one was more simpler than this.... The main challenge is to repeatedly make the pipes appear repeatedly in a short span of time......The logic I used to overcome this was to define a function draw() which was called multiple time using a loop..... The second challenge was to print the bird image without background....so I just used a simple yellow circle instead....
Log in or sign up for Devpost to join the conversation.