Skip to content

DatDarkAlpaca/multi-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Atari 1972's game Pong, but multiplayer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published