Classic Pacman Remake.
Command line compiling :
g++ -IOpenGL\include -w -c pacman.cpp -o pacman.o
Command line compiling :
g++ -LOpenGL\lib packman.o -o packman.exe -lGlaux -lGLU32 -lglui32 -lglut32 -lOPENGL32 -lgdi32 -lwinmm
Make sure glut32.dll is present in the same folder.You will find all the file in openGL folder