From 4752170174fd529a955cc4fd881bb4a43835191a Mon Sep 17 00:00:00 2001 From: Tybo Verslype Date: Thu, 18 Apr 2024 17:09:13 +0200 Subject: [PATCH] chore: update readme --- flappy-bird/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/flappy-bird/README.md b/flappy-bird/README.md index b7f7fdf..0c95e62 100644 --- a/flappy-bird/README.md +++ b/flappy-bird/README.md @@ -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.