p-gonzo / pong_clone

A Pong clone implemented in C++ and SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong Clone

A clone of the classic Pong Game written in C++ with SDL2

Requirements

SDL2, SDL2_ttf, SDL2_mixer

Compiling and Running

mkdir build

A run.sh script is included as part of this repo to handle building, running, and removing the binary. You may use it by first setting its execute bit and then running the script:

sudo chmod +x run.sh
./run.sh

Alternatively, you may use the Makefile to generate the binary and run it yourself:

make all
./Pong

About

A Pong clone implemented in C++ and SDL2


Languages

Language:C++ 96.4%Language:Makefile 2.3%Language:C 1.2%Language:Shell 0.1%