Game introduction
...
Run the following commands
• Sublime text editor : install from here https://www.sublimetext.com/docs/linux_repositories.html
• gcc C Compiler :
sudo apt install gcc
• SDL2 library + SDL_image + SDL_ttf + SDL_mixer
sudo apt-get install libsdl2-2.0
sudo apt install libsdl2-dev
sudo apt install libsdl2-image-dev
sudo apt install libsdl2-ttf-dev
sudo apt install libsdl2-mixer-dev
• Open the .sublime-project with sublime text:
• Sellect The release build-system: