This project is for Graphic Computer discipline for Federal University of Espírito Santo in 2014/2.
It's a game where you control a tank in a maze (as an PNG image) and you shoot other tanks without taking three hits.
Video demonstrating: https://youtu.be/en5boq6k8II
You can change the speed of the tank and cannon ball speed by changing the parameter tankSpeed and shootSpeed, respectively in the config.xml file.
Makefile - make all - Compile and generate the executable - make run - Execute - make clean - Clean all files
- GIMP - Image Manipulation Program
- OpenGL - API for Graphic Computer
- TinyXMLParser - C++ XML Parser