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.