From 73d4b067d4b70ab3a4b6a4c79e0583aabf592805 Mon Sep 17 00:00:00 2001 From: Cubic Love <7754483+cubiclove@users.noreply.github.com> Date: Thu, 14 Sep 2023 21:24:35 +0100 Subject: [PATCH] Base: Update Snake & Flappy Bug manpages --- Base/usr/share/man/man6/FlappyBug.md | 6 ++++-- Base/usr/share/man/man6/Snake.md | 10 +++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Base/usr/share/man/man6/FlappyBug.md b/Base/usr/share/man/man6/FlappyBug.md index bbaf3e664a..143defe1bc 100644 --- a/Base/usr/share/man/man6/FlappyBug.md +++ b/Base/usr/share/man/man6/FlappyBug.md @@ -12,6 +12,8 @@ $ FlappyBug ## Description -Flappy Bug is a SerenityOS themed version of the 2013 game Flappy Bird. +`Flappy Bug` is a SerenityOS themed version of the 2013 game [Flappy Bird](https://en.wikipedia.org/wiki/Flappy_Bird). -The goal of the game is to survive with Buggie as long as possible by avoiding obstacles. Buggie automatically descends by gravity and ascends when you press any key. Press the escape key to give up. +The goal is to keep Flappy Bug alive as long as possible by avoiding obstacles. Flappy Bug will automatically descend due to gravity and will ascend when you press any key. + +Press `Esc` to quit. diff --git a/Base/usr/share/man/man6/Snake.md b/Base/usr/share/man/man6/Snake.md index ed4546789c..a60fde084b 100644 --- a/Base/usr/share/man/man6/Snake.md +++ b/Base/usr/share/man/man6/Snake.md @@ -11,5 +11,13 @@ $ Snake ``` ## Description +`Snake` is an arcade game in which you navigate Snake to eat food. With each item of food you eat Snake grows longer by one block. The challenge is to keep growing without colliding with yourself. Once this happens, the game is over. -Grow the snake as large as possible by eating the fruits and not crashing into itself. +Use the arrow keys to move Up, Down, Left and Right or alternatively use `W`, `A`, `S`, `D`. +Moving into any edge will teleport Snake to the opposite edge. + +Press `Spacebar` to pause and unpause the game. + +Customize Snake's default color or change its appearance with one of the included skins in the `Game` menu. Bonus skins are available in the [Serenity Theming Port](https://github.com/SerenityOS/theming). + +Trivia: the food is what snakes actually eat. The glyphs are from the [SerenityOS Emoji font](https://emoji.serenityos.org).