Skip to content

animeshkumarmaitreya/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Implementing Pong using SDL2

for running the following pong.cpp:

g++ pong.cpp -lSDL2 -lSDL2_ttf -o out && ./out 

Above would only work if SDL2 and SDL2_ttf is already installed.

About

Implementation of Pong using SDL2 in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages