mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
Base: Add manual page for Pong
This commit is contained in:
parent
ae6d326388
commit
aa231a1580
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