summaryrefslogtreecommitdiff
path: root/Userland/Games/Pong/Game.cpp
AgeCommit message (Expand)Author
2022-06-15Userland+Base: Remove Breakout and Pong gamesAndreas Kling
2022-06-05Pong: Paint ball antialiasedMacDue
2022-04-15Pong: Explicitly clear held keys in Game::reset()Martin Frederic
2022-04-15Pong: Restart timer if necessaryMartin Frederic
2022-04-15Pong: Extend Game::reset()Martin Frederic
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2021-12-30Pong: Support W and S keys for movementr00ster91
2021-09-08Pong: Switch to global trackingBen Wiederhake
2021-07-11Pong: Only paint areas that needs to be updatedKarol Kosek
2021-05-18Pong: Make the game winnableDmitrii Ubskii
2021-05-18Pong: Fix paddle movement across resets if keys are heldDmitrii Ubskii
2021-05-18Pong: Improve mouse controlsDmitrii Ubskii
2021-05-18Pong: Improve AI paddle movementDmitrii Ubskii
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-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling