flappy_bird #1

Merged
topvennie merged 8 commits from flappy_bird into master 2024-04-18 18:10:52 +02:00
Showing only changes of commit 818c02eb38 - Show all commits

View file

@ -98,9 +98,9 @@ You should now have a fully functioning game.
### Final cleanups
Although the game works there are some minor issues.
Although the game works there are some minor issues, you could try to fix those, this time without Todo's :).
- we keep building towers but we never remove them! Remove any tower that is no longer on the screen, this time without Todo's :)
- we keep building towers but we never remove them! Remove any tower that is no longer on the screen.
- Also the game runs framerate dependant now, when you have a higer frame rate you bird drops like a stone.
Make the game framerate independant.