serenity/Userland/Games
Damien Firmenich 61f573fa67 Breakout: Improve collision response between ball and paddle
When the ball hits the side of the paddle, it would get stuck because
the paddle moves faster than the ball. This commit forces the post-
collision vertical velocity of the ball to be going up and makes sure
that new ball's y-position is higher than in the previous frame.
2021-09-10 22:08:22 +02:00
..
2048 2048: Remove wpath and cpath pledges 2021-08-28 12:22:16 +04:30
Breakout Breakout: Improve collision response between ball and paddle 2021-09-10 22:08:22 +02:00
Chess Chess: Perform pledges earlier 2021-08-28 12:22:16 +04:30
FlappyBug FlappyBug: Remove wpath and cpath pledges 2021-08-28 12:22:16 +04:30
GameOfLife GameOfLife: Don't enable rotate button if a pattern isn't selected 2021-08-31 15:46:58 +01:00
Hearts Hearts: Remove wpath and cpath priviliges 2021-08-27 23:17:05 +02:00
Minesweeper Minesweeper: Use AK::get_random_uniform() instead of rand() 2021-08-30 18:35:36 +02:00
Pong Pong: Switch to global tracking 2021-09-08 23:59:08 +02:00
Snake Snake: Use AK::get_random_uniform() instead of rand() 2021-08-30 18:35:36 +02:00
Solitaire Solitaire: Add Auto-Collect gameplay option 2021-09-06 21:39:24 +02:00
Spider Spider: Remove wpath and cpath pledges and pledge earlier 2021-08-28 12:22:16 +04:30
CMakeLists.txt