Skip to content

ibra-kdbra/POng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong clone

Pong clone for Linux written in C++ with SDL 2.0.

Screenshot

Dependencies

You will need:

Ubuntu

Install all dependencies on Ubuntu 18.0 and above:

sudo apt-get install libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev

Get Source and Build

git clone https://github.com/ibra-kdbra/POng.git
cd pong
make

Run the game

To run the game:

./pong

To run the game with joystick support:

./pong joystick

Contribute

If you would like to contribute, please make sure you follow the Google C++ Style Guide.

Credits

NES Chimera Font by Brian Kramer.

Releases

No releases published

Packages

No packages published