mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Base: Add manual page for Pong
This commit is contained in:
parent
ae6d326388
commit
aa231a1580
Notes:
sideshowbarker
2024-07-17 20:58:28 +09:00
Author: https://github.com/DavidLindbom
Commit: aa231a1580
Pull-request: https://github.com/SerenityOS/serenity/pull/11772
Reviewed-by: https://github.com/Rummskartoffel
Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 15 additions and 0 deletions
15
Base/usr/share/man/man6/Pong.md
Normal file
15
Base/usr/share/man/man6/Pong.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Name
|
||||
|
||||
Pong
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Pong
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Implementation of the 1972 Atari game Pong.
|
||||
|
||||
Make the ball pass behind the opponent by bouncing the ball on the players paddle which can be controlled either by the mouse position or the up and down arrow keys.
|
Loading…
Add table
Add a link
Reference in a new issue