Pong clone in C and SDL2. This was my final project for CS50x
(the actual game plays faster than this gif)
- C
- SDL2
- Classic pong gameplay
- Customizable options for ball speed and points to win within a text based main menu
- 2 players or player vs CPU
- Clone the repo or download the source code
- Make sure you've got SDL2. For Debian:
sudo apt install libsdl2-2.0-0 - make sure
mainfile is executablechmod +x main ./main
- w/s for player one
- up/down for player two