Skip to content

Dlanis/SDLPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDLPong

My own pong on SDL

Building

Linux

Dependencies are SDL2 SDL2_image SDL2_ttf CMake just install them from the repository.

For Arch Linux:

sudo pacman -S sdl2 sdl2_image sdl2_ttf cmake``

For building:

mkdir build
cd build
cmake ..
make

Windows

Don't know.

Macos

Don't know.

About

My own pong on SDL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published