Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.34 KB

MultiPong

A clone of the classic game Pong in SFML.

Getting Started

The project currently only builds using the Visual Studio IDE. After installing it, proceed to the steps below.

Cloning

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

Building the project

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.

Playing the game

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.

License

This project is licensed under the MIT License - see the LICENSE file for details