summaryrefslogtreecommitdiff
path: root/Userland/Games/FlappyBug/main.cpp
AgeCommit message (Expand)Author
2021-08-28FlappyBug: Remove wpath and cpath pledgesLuke Wilde
2021-08-26FlappyBug: Use LibConfig instead of Core::ConfigFileRalf Donau
2021-08-22Games: Make cpath appear once in the pledge promisesRalf Donau
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-06-22FlappyBug: Persist high score to diskTimothy Flynn
2021-06-20FlappyBug: Introduce a new Flappy Bug gameMim Hufford