A clone of the classic game Pong in SFML.
The project currently only builds using the Visual Studio IDE. After installing it, proceed to the steps below.
There are a few options to clone the project. You can either use the terminal command below, clone directly from the Github repository, or download it instead.
git clone https://github.com/DatDarkAlpaca/multi-pong
To build the project, click Build then Build Solution on Visual Studio. Alternatively, you can use the shortcut Ctrl+Shift+B.
The executable files are located at bin/Configuration/Platform, and the intermediate files are located at intermediate/Configuration/Platform.
As for this version, there is only a "hidden" local multiplayer option. To play it,
press Q in the main menu. You can press Backspace to go back to the main menu.
The left paddle is controlled using the W and S keys. The right one can be controlled
using the arrow keys. To begin, press Enter.
This project is licensed under the MIT License - see the LICENSE file for details