index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
/
FlappyBug
/
Game.h
Age
Commit message (
Expand
)
Author
2023-05-05
Base+FlappyBug: Move assets from /icons/ to /graphics/
Cubic Love
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2021-12-23
FlappyBug: Make bitmap() methods return NonnullRefPtrs
creator1creeper1
2021-12-23
FlappyBug: Propagate errors in Cloud class
creator1creeper1
2021-12-23
FlappyBug: Propagate errors in Bug class
creator1creeper1
2021-12-23
FlappyBug: Reposition Game constructor in file
creator1creeper1
2021-12-23
FlappyBug: Make helper structs public
creator1creeper1
2021-11-24
FlappyBug: Support mouse clicks for flapping
Pedro Pereira
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-08-21
FlappyBug: Flap less aggressively
Mitchel Humpherys
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-10
FlappyBug: Only paint areas which need to be painted
Timothy Flynn
2021-06-22
FlappyBug: Standardize on "high score" rather than "highscore"
Timothy Flynn
2021-06-22
FlappyBug: Persist high score to disk
Timothy Flynn
2021-06-22
FlappyBug: Convert the main game widget to a GUI::Frame
Timothy Flynn
2021-06-20
FlappyBug: Add cloud and sky graphics
Mim Hufford
2021-06-20
FlappyBug: Add new graphics and tweak colors
Mim Hufford
2021-06-20
FlappyBug: Add an input cooldown after game over
Mim Hufford
2021-06-20
FlappyBug: Keep track of score and highscore
Mim Hufford
2021-06-20
FlappyBug: Start obstacles off the screen
Mim Hufford
2021-06-20
FlappyBug: Make the obstacle gap position random
Mim Hufford
2021-06-20
FlappyBug: Introduce a new Flappy Bug game
Mim Hufford