summaryrefslogtreecommitdiff
path: root/Userland/Games/FlappyBug/Game.h
AgeCommit message (Expand)Author
2023-05-05Base+FlappyBug: Move assets from /icons/ to /graphics/Cubic Love
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2021-12-23FlappyBug: Make bitmap() methods return NonnullRefPtrscreator1creeper1
2021-12-23FlappyBug: Propagate errors in Cloud classcreator1creeper1
2021-12-23FlappyBug: Propagate errors in Bug classcreator1creeper1
2021-12-23FlappyBug: Reposition Game constructor in filecreator1creeper1
2021-12-23FlappyBug: Make helper structs publiccreator1creeper1
2021-11-24FlappyBug: Support mouse clicks for flappingPedro Pereira
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-21FlappyBug: Flap less aggressivelyMitchel Humpherys
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-10FlappyBug: Only paint areas which need to be paintedTimothy Flynn
2021-06-22FlappyBug: Standardize on "high score" rather than "highscore"Timothy Flynn
2021-06-22FlappyBug: Persist high score to diskTimothy Flynn
2021-06-22FlappyBug: Convert the main game widget to a GUI::FrameTimothy Flynn
2021-06-20FlappyBug: Add cloud and sky graphicsMim Hufford
2021-06-20FlappyBug: Add new graphics and tweak colorsMim Hufford
2021-06-20FlappyBug: Add an input cooldown after game overMim Hufford
2021-06-20FlappyBug: Keep track of score and highscoreMim Hufford
2021-06-20FlappyBug: Start obstacles off the screenMim Hufford
2021-06-20FlappyBug: Make the obstacle gap position randomMim Hufford
2021-06-20FlappyBug: Introduce a new Flappy Bug gameMim Hufford