A game developed as part of an introductory course on game development at the Universidade de Brasilia (UnB).
sudo apt install g++
sudo apt-get update
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
sudo apt-get update
sudo apt-get install clangd-12
touch compile_commands.json
pwd
nano compile_commands.json
[
{
"directory": "/home/exemple/Documents/GitHub/The-Baker-Crow/include",
"command": "g++ -std=c++17 -I. -I..",
"file": "/GitHub/The-Baker-Crow/include/"
}
]
ctrl + o
ctrl + x
make
./TheBakerCrow