A project aiming to produce a simple 2D-shooter zombie game.
About The project is using CMake to generate the environment specific development tools. E.g. Visual Studio solution (Windows) and makefile (Unix). See more at http://www.cmake.org/.
The project is under the MIT license (see LICENSE.txt).
CMake must be installed, at least version 2.8. Create a directory named "build" in the project directory. Make sure all dependencies and a native compiler are installed. The dependencies must also be recognized by CMAKE.
SDL2 (http://www.libsdl.org/, at least 2.0.3), SDL2_image, SDL2_ttf and SDL2_mixer. And the application uses dynamic linking to Openg GL ES 2.
The external library such as TinyXML2 (https://github.com/leethomason/tinyxml2)is included as source.