summaryrefslogtreecommitdiff
path: root/Userland/Games/Breakout/Game.cpp
AgeCommit message (Expand)Author
2022-06-15Userland+Base: Remove Breakout and Pong gamesAndreas Kling
2022-06-05Breakout: Paint ball antialiasedMacDue
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2021-09-15Breakout: Tag fallthrough statementMatheus Vinicius
2021-09-15Breakout: Add possibility to play with A and DMatheus Vinicius
2021-09-10Breakout: Improve collision response between ball and paddleDamien Firmenich
2021-07-12Breakout: Only paint areas that needs to be updatedKarol Kosek
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling