The above code runs our Tunnel Trouble Game. It requires the standard 'freeglut3-dev' installation.
The executable could be created by simply compiling the 'runGame.c' file using the command:
g++ runGame.c -o TunnelTrouble
Then double click the executable to run it.
The game can also play a music file if saved in the same directory by the name 'music.waf' (which we couldn't upload because of size).
You can also set the icon of the executable as the file 'icon.jpg' in the textures directory.
This code is contributed by Shashwat Raghuvanshi and Dhruv Chadha.