Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 418 Bytes

File metadata and controls

8 lines (5 loc) · 418 Bytes

PongPlusPlus

Pong++ is a rendetion of Pong created using C++ and SFML.

It is currently mostly complete.

To compile this project for your system, make sure that the SFML include (ex. SFML/Graphics.hpp) and library files (ex. libsfml-graphics.lib for Windows or libsfml-graphics.so on Linux) are either in a system folder or added to your project's include/linker path.

A pre-made build for Windows will come soon.