The first game Pong
was developped by Atari in 1972.
# install the latest version
$ go install -v github.com/joakim-ribier/pong/cmd/client@latest
$ client
- Implement a
Pong
game (Player L VS Player R) withebitengine
2D engine - Implement a new
web socket
version to play on the network
This software is licensed under the MIT license, see License for more information.