This game requires the following:
- GCC
- CMAKE (www.cmake.org)
- SDL 2.0 (www.libsdl.org)
- SDL2_image
- SDL2_gfx
- SDL2_ttf
- SDL2_mixer
Running Game:
- Create either a "Debug" or "Release" directory
- Run "cmake .." or Windows/Mac equivalent
- Run "make" or Windows/Mac equivalent
- Run game with "./main"