ladybird/Userland/Games/FlappyBug
0GreenClover0 88cc019275 FlappyBug: Unify the way of getting the final score
Previously we would display the score rounded to the nearest integer,
but save the high score by using a static_cast<u32>, which would
always round the score down. This could lead to the final score being
higher than the new high score, when they should be equal.
Now we always round the score to the nearest integer.
2023-11-01 10:43:55 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Game.cpp FlappyBug: Unify the way of getting the final score 2023-11-01 10:43:55 +01:00
Game.h FlappyBug: Unify the way of getting the final score 2023-11-01 10:43:55 +01:00
main.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00