Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 962 Bytes

File metadata and controls

27 lines (20 loc) · 962 Bytes

C++ Pong by Reff Pixels

Pong Clone built with C++ and SDL3. This is my first complete C++ project so it's far from perfect, I worked on this as a learning exercise.

Screenshot of Pong Clone

Instructions

Simply launch pong.exe inside the bin folder.

How to play

Move the left paddle with W and S, Move right paddle with Up Arrow and Down Arrow. The ball gets faster with every hit and resets to its initial speed when a player gets a point.

About this project

Details and Requirements

  • 2 Players Local.
  • Desktop Only.
  • Keyboard only.

Tech used

Using VS Code with g++ compiler (Mingw-w64) and SDL3.

Third Party Assets Used

This project uses .wav sounds made by NoiseCollector: https://freesound.org/people/NoiseCollector/

Contact

Email: reffpixels@gmail.com
Website: https://www.reffpixels.com