Skip to content

flumbo-byte/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Pong Game (C++ & OpenGL)

Description

A simple pong game

Preview (WIP)

Features

  • OpenGL
  • Basic Paddle ball physics
  • Player movement using keyboard input
  • Collision detection

Installation & Setup

1. Install Dependies

Make sure you have the required libraries installed

sudo apt update
sudo apt install build-essential cmake libglfw3-dev libglew-dev libglm-dev

2. Clone the Repo

git clone ...
cd Pong

3. Download and Set up GLAD

  1. Go to https://glad.dav1d.de/
  2. Language: C/C++
  3. API: GL 3.3
  4. Profile: Core
  5. Generate Loader
  6. Download zip
  7. Place in Include dir

4. Build the project

mkdir -p build && cd build
cmake ..
make

5. Run the Game

./Pong

About

pong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published