newlinedotco / FlappySwift

swift implementation of flappy bird. More at fullstackedu.com
https://www.fullstackedu.com
MIT License
9.68k stars 2.68k forks source link

How to implement game over screen/score board? #92

Open Edalgo opened 4 years ago

Edalgo commented 4 years ago

Hi, I noticed in the original flappy bird, there would be a game over screen and a score board. How could that be implemented here?