From 818c02eb3831c892317867779e0e7fd1b6c42814 Mon Sep 17 00:00:00 2001 From: Tybo Verslype Date: Thu, 18 Apr 2024 17:10:30 +0200 Subject: [PATCH] chore: update readme --- flappy-bird/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flappy-bird/README.md b/flappy-bird/README.md index faacbce..d6df52a 100644 --- a/flappy-bird/README.md +++ b/flappy-bird/README.md @@ -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.