Arrow android game implemented C++ for windows/linux Final Project for Shahid Beheshti University Using SDL2 & SBDL
How to Run the Projet :
- Install SDL2 on Your Linux Machine : sudo apt install libsdl2-2.0
- Compile the Project using G++ : g++ MiniProject.cpp -o Arrow -std=c++11 -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf
- Run the Game : ./Arrow
Thanks to Erfan Ghobadian