Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 617 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 617 Bytes

Pong

This is a Pong game clone developed in C++ using SFML. Game directory contains only game built in release mode. For complete source code refer Visual Studio Project directory.

How to run

Just run the executable in the Game directory. Use left and right arrow keys to move the paddle and down arrow key to stop it.

Additional Dependencies

Microsoft Visual C++ Redistributable for Visual Studio 2015. You can get it here.

Credits

I have followed tutorials at gamefromscratch.com and most of the artwork is from the tutorial itself.