ladybird/Userland/Games
Pedro Pereira 913b1fad25 FlappyBug: Support mouse clicks for flapping
This change allows to play the game using the mouse.
2021-11-24 21:18:31 -08:00
..
2048 2048: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
Breakout Breakout: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
Chess Chess: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
FlappyBug FlappyBug: Support mouse clicks for flapping 2021-11-24 21:18:31 -08:00
GameOfLife GameOfLife: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
Hearts Hearts: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
Minesweeper Minesweeper: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
Pong Pong: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
Snake Snake: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
Solitaire Solitaire: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
Spider Spider: Replace construct() with TRY(try_create()) pattern 2021-11-24 13:51:07 +01:00
CMakeLists.txt Games: Add Spider 2021-06-24 10:32:53 +02:00