Pong Just a hobby game The code is kind of poorly written as i only made this pong clone because i was bored :) install raylib run the program with g++ -w -std=c++11 -I. -L. -lraylib -lGL -lopenal -lm -pthread -ldl main.cpp -o main && ./main