Skip to content

A simple pong game project from 2020 made in C++ with SFML library. You can watch the demo video from the provided link in README to see the actual gameplay. It works on Linux and Windows.

License

Notifications You must be signed in to change notification settings

zEuS0390/cpp-sfml-pong-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML Pong Game

Demo Video: https://youtu.be/-TnrBlE4O6Q
Download Latest Release: https://github.com/zEuS0390/cpp-sfml-pong-game/releases/latest

How to Build?

  1. Download the latest version of SFML 2.x, make sure it is compatible to your platform.
  2. Extract and place it in the libs directory.
  3. Open the terminal or command prompt and navigate to the project's build directory.
  4. Execute the command cmake .. followed by mingw32-make or cmake --build .
  5. A bin directory will be created, which contains the executable program. Go there and run it.

Screenshots

gameplay-1

menu

gameplay-2

About

A simple pong game project from 2020 made in C++ with SFML library. You can watch the demo video from the provided link in README to see the actual gameplay. It works on Linux and Windows.

Topics

Resources

License

Stars

Watchers

Forks