Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 597 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 597 Bytes

basket-pong

A basket-ball game made in C using SDL.

Controls

WASD keys - Player one movement
Arrow keys - Player two movement
Space - Shoot (both players share this key)

Conditions

First player with 5 points wins.

Libraries used

Building project

git clone https://github.com/sakertooth/basket-pong/
cd basket-pong
mkdir build && cd build
cmake ..
cmake --build .