/Pong

This game is just a recreation of the popular game known as Pong made in C++ and SFML.

Primary LanguageC++

Pong

This game is simply a recreation of the popular game Pong made in C++ and SFML. This is only compatible with windows, however, the source is available for you to manually compile using your own IDE. VS has already been fully configured the work as soon as you download. To simply download, press the green code button and download as zip. Then, extract from the zip and go into the bin folder and run Pong.exe. If the exe does not run because of a font error, simply navigate to your windows folder and confirm that a font named "arial.ttf" is in that folder. If not, simply download the arial font and put it in either the same directory as the game or in your windows fonts folder.

Image of Pong1

This game is only 2 player.
Player 1 controls:

  • W to go up
  • S to go down

Player 2 controls:

  • Up Arrow to go up
  • Down Arrow to go down

To compile, simply download, and open the soloution with Visual Studio. Everything is fully configured so you can simply press the compile button. Make sure you build in 32 bit. Make sure to star the repo if you found this to be fun or useful. :)