/pong

The classic pong game. Coded in C using SDL for graphics

Primary LanguageC

PONG

This is a recreation of the classic pong video game. Implemented in the C programming language, using SDL library to display graphics on the screen.

To compile you need to have SDL installed on your system and the header files available to you operating systems PATH environment variable

gcc pong.c -pthread -lSDL -o pong

Controls

  • space bar to start a game
  • arrow keys and "wasd" for movement
  • ESC to exit game
  • for multiplayer: server: ./pong, client: ./pong IP.

Images

title screen

game play