ibra-kdbra / POng

ping pong sdl-2 game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ping pong sdl-2 game

License:MIT License


Languages

Language:C++ 97.0%Language:Makefile 3.0%