Skip to content
/ Pong Public

just the random basic stuff i make and upload to github :) (its a pong clone)

Notifications You must be signed in to change notification settings

uziahmed/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pong

Just a hobby game

The code is kind of poorly written as i only made this pong clone because i was bored :)

  1. install raylib
  2. run the program with
g++ -w -std=c++11 -I. -L. -lraylib  -lGL -lopenal -lm -pthread -ldl main.cpp -o main && ./main

About

just the random basic stuff i make and upload to github :) (its a pong clone)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages