mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 16:45:08 +00:00
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.
|