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 4752170174 - Show all commits

View file

@ -101,6 +101,7 @@ You should now have a fully functioning game.
Although the game works there are some minor issues.
we keep building towers but we never remove them!
Remove any tower that is no longer on the screen, this time without Todo's :)
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.