Skip to content

SamiNasry/Pong_Game_in_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PongGame_C_2Players

Classic Pong Game in C using SDL2 library.

You have to have font in /usr/share/fonts/trutype/freefont/RreeSans.ttf

Compile with :

gcc -o pong pong.c -lSDL2 -lSDL2_ttf -lm 

Run with :

./pong

About

Classic Pong Game in C using SDL2 library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages