To watch the preview with background music go to this link
g++ -IOpenGL\include -w -c "shoot the ball.cpp" -o Demo.o
g++ -LOpenGL\lib Demo.o -o Demo.exe -lGlaux -lGLU32 -lglui32 -lglut32 -lOPENGL32 -lgdi32 -lwinmm
Make sure glut32.dll is present in the same folder and run Demo.exe
git clone https://github.com/Hmasum18/Shoot-the-balls.git