# Arena Survival Tournament This is one of my first game prototype. It's fully coded in C with SDL2 libs. ## Functions The game can do following: - Generate random maps level - Control a simple IA - Manage gold resources - Players movements - Bad code practice ## Compiling Before compiling, you need to install both build suite (GCC/MSVC) with CMake and SDL2 libs. TODO... ## Running Simply run the program with "data" folder or use the launch script.