summaryrefslogtreecommitdiff
path: root/Games/Breakout
AgeCommit message (Expand)Author
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2020-12-21Breakout: Add player lives game mechanic and pause functionalityBrendan Coles
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-15Breakout: use pledge and unveilBrendan Coles
2020-12-15Breakout: randomize ball start trajectory and velocityBrendan Coles
2020-12-02Games: Added level select and aditional level to Breakout (#4302)John Brehm
2020-11-10Breakout: Add simple menu and about dialog :^)Andreas Kling
2020-11-10Breakout: Set the window iconAndreas Kling
2020-11-10Breakout: Turn off double-bufferingAndreas Kling
2020-11-10Breakout: Change ball x velocity depending on where it hits paddleAndreas Kling
2020-11-10Breakout: Stop paddle movement when resetting itAndreas Kling
2020-11-10Breakout: Use floating point coordinatesAndreas Kling
2020-11-09Breakout: Use the pending new ball rect for brick collision testingAndreas Kling
2020-11-09Breakout: Add a very simple breakout game :^)Andreas Kling