A basket-ball game made in C using SDL.
WASD keys - Player one movement
Arrow keys - Player two movement
Space - Shoot (both players share this key)
First player with 5 points wins.
git clone https://github.com/sakertooth/basket-pong/
cd basket-pong
mkdir build && cd build
cmake ..
cmake --build .