summaryrefslogtreecommitdiff
path: root/Games/Breakout/Game.cpp
AgeCommit message (Expand)Author
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