Skydiver learning how to land on Boat!
Here we are using Makefile.
Install
sudo apt update
sudo apt install libsfml-dev -y
sudo apt install make -y
sudo apt install g++ -y
mkdir ai
cd ai
git clone https://github.com/ivansansao/skydiver-ai.git
chmod +x compileAndRun.sh # Just first time
./compileAndRun.sh
Just intall it
Link: https://www.sfml-dev.org/download.php
Put in: C:\SFML (Needed to stay like C:\SFML\bin,C:\SFML\include,C:\SFML\lib)
Hey? PAY ATTENTION ;) look for: "Here are links to the specific MinGW compiler versions used to build the provided packages"
And choose: MinGW Builds 7.3.0 (64-bit)
Put in: C:\mingw64 (Needed to stay like C:\mingw64\bin,C:\mingw64\x86_64-w64-mingw32)
Rename C:\mingw64\bin\mingw32-make.exe to C:\mingw64\bin\make.exe
If you already have Ming, make sure is most recently g++, if not, delete all and download again!
Close all screen command lines, go to Variable Windows and add it below to PATH of system
C:\mingw64\bin
C:\SFML\bin
mkdir ai
cd ai
git clone https://github.com/ivansansao/skydiver-ai.git
cd skydiver-ai
make
Done, skydiver-ai.exe has created! I believe!
Use gdp to debug your application is necessary Inside it type: run 2 bt