mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:45:07 +00:00

Differentiate GUI applications in man pages with icons. This is the revert of the revert commit, now that the icon processing was fixed in89c0f84a28
. Revert:dae298e9df
Original:74238d0aba
Co-authored-by: electrikmilk <brandonjordan124@gmail.com>
15 lines
314 B
Markdown
15 lines
314 B
Markdown
## 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.
|