Base: Add manual page for Pong

This commit is contained in:
David Lindbom 2022-01-09 20:31:27 +01:00 committed by Brian Gianforcaro
parent ae6d326388
commit aa231a1580
Notes: sideshowbarker 2024-07-17 20:58:28 +09:00

View 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.