A simple pong game
- OpenGL
- Basic Paddle ball physics
- Player movement using keyboard input
- Collision detection
Make sure you have the required libraries installed
sudo apt update
sudo apt install build-essential cmake libglfw3-dev libglew-dev libglm-devgit clone ...
cd Pong- Go to https://glad.dav1d.de/
- Language: C/C++
- API: GL 3.3
- Profile: Core
- Generate Loader
- Download zip
- Place in Include dir
mkdir -p build && cd build
cmake ..
make./Pong