This repository is heavily inspired by the game genre "Tentacle Wars", using SDL as a way to both study the SDL engine and the C++ language itself.
For UNIX platforms, is available a Makefile to compile the game with the command:
make compile
To generate documentation Doxygen is required (Windows and Unix links)
doxygen Doxyfile
Alternatively there is option through makefile (still requires Doxygen)
make doc
To run the game, type the command in a terminal:
./Ant_Wars