blob: d04a61ff024de580171896451f33f59772811529 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
|