Skip to content

redcatWare/redcatOS-PingPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

redcatOS-PingPong

Ping Pong, for redcatOS!

Compiling

Dependencies

Raylib, GCC

Commands

Use cc main.cpp -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -o PingPong to compile it

Running

./PingPong to run it, or use the DEB package in the Releases section