Skip to content

Poligraf/pong_retrofw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forked from

https://github.com/flightcrank/pong/

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 -lSDL -o pong

Controls

  • space bar to start a game
  • arrow keys for movement
  • ESC to exit game

Images

title screen

game play

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages