/opengl_pocket_tanks

Simple rendition of the classic pocket tanks game in C++ opengl as a part of CS360 assignment at IIT Kanpur.

Primary LanguageC++

Run the following commands to run the game

1)	sh compile.sh

2)	./run

In case you use Mac OS then you can compile using the following command:
g++ main.cpp -framework OpenGL -framework GLUT