ladybird/Userland/Games
Dmitrii Ubskii 58131082f4 Pong: Improve mouse controls
Just because you're the player, doesn't mean you can cheat ;)

- Limit paddle speed when following mouse cursor.
- Unhide pointer -- can't grab it, can't see when it's about to leave
  the window otherwise.
- Add last pointer y position indication for the player paddle.
- Prevent the paddle from following the mouse when Up or Down is being
  held (avoid controls fighting).
2021-05-18 18:58:07 +01:00
..
2048 2048: Display action status tips in status bar 2021-05-18 16:48:39 +02:00
Breakout Userland: Replace arc4random() with get_random<u32>() 2021-05-14 22:24:02 +02:00
Chess Chess: Fix signed/unsigned issues 2021-05-17 18:14:05 +01:00
GameOfLife GameOfLife: Don't randomize cells on board resize 2021-05-16 23:00:21 +02:00
Minesweeper Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Pong Pong: Improve mouse controls 2021-05-18 18:58:07 +01:00
Snake Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Solitaire Solitaire: Display high score in status bar 2021-05-18 17:57:23 +02:00
CMakeLists.txt Games: Add GameOfLife 2021-05-15 17:44:21 +01:00