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 compileTo generate documentation Doxygen is required (Windows and Unix links)
doxygen DoxyfileAlternatively there is option through makefile (still requires Doxygen)
make docTo run the game, type the command in a terminal:
./Ant_Wars