ladybird/Userland/Games/Snake
Baitinq b354e858c8 Snake: Add pause/continue game menu action
This patch adds an action in the Snake's game menu that allows for easy
pausing/unpausing of the game state.

In order to do this, the commit adds new pause()/start() functions in
the SnakeGame class ;)
2022-12-19 14:11:53 -05:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Snake: Add pause/continue game menu action 2022-12-19 14:11:53 -05:00
SnakeGame.cpp Snake: Add pause/continue game menu action 2022-12-19 14:11:53 -05:00
SnakeGame.h Snake: Add pause/continue game menu action 2022-12-19 14:11:53 -05:00