Joaquim-Ferrer / Pong3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong3D

To run install glut, compile the source code

g++ Projeto.cpp RgbImage.cpp Rubik.cpp -o pong3d -lGL -lGLU -lglut

and run it with:

./pong3d

About


Languages

Language:C++ 100.0%