https://github.com/uben0/pong
A pong game in C++ and SDL, with LAN multiplayer
https://github.com/uben0/pong
Last synced: 8 months ago
JSON representation
A pong game in C++ and SDL, with LAN multiplayer
- Host: GitHub
- URL: https://github.com/uben0/pong
- Owner: uben0
- Created: 2025-05-14T12:08:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T10:21:49.000Z (about 1 year ago)
- Last Synced: 2025-06-11T04:39:56.555Z (about 1 year ago)
- Language: C++
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
A pong game written in C++ with SDL.

Choose to play with a friend or against computer.
Choose to play on multiplayer over the internet.
Have a look to the settings file to see what you can tweak.

## Get started
The following packages are required: `make`, `g++`, `libsdl2-dev`, `libsdl2-ttf-dev` and `libsdl2-image-dev`.
Install the missing packages by executing `sudo apt install 'package-name'` on debian based distro. There is also a Nix flake if you have Nix.
Compile the project by executing `make` in the project directory.