flappy-svg
flappy-svg copied to clipboard
Distance Counter
Create a distance counter. It needs a label in the top of screen and update continuosly the score.
I want todo this task.
Sure, go ahead.
In Pull-Request #89 There was a score board added which can be used. TODO:
- [ ] create a distance variable
- [ ] increase the variable when flappy moves
- [ ] give the score element an id
- [ ] update the score screen when flappy moves
Much of it was done in #55.
@antoniomdk any progress.
I implemented this feature, please let me know what you think!