Skip to content

An opengl implementation of the Tunnel Trouble Game.

Notifications You must be signed in to change notification settings

shashwat-r/TunnelTrouble

Repository files navigation

TunnelTrouble

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.

About

An opengl implementation of the Tunnel Trouble Game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published