Skip to content

nifey/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pong

A small game written in C using the SDL2 library. The game is quite simple and so the code can be used to learn the basics of SDL2.

Play using W,A,S,D and the arrow keys. Have fun

Compiling instructions

  • Install libsdl2 using the command
sudo apt-get install libsdl2-dev
  • Compile and run by typing the command
gcc main.c -lSDL2 -o pong
./pong

Screenshot

Pong

About

A small game written in C using the SDL2 library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages