/Arrow

Arrow android game cloned by C++ and SBDL

Primary LanguageC++

Arrow

Arrow android game implemented C++ for windows/linux Final Project for Shahid Beheshti University Using SDL2 & SBDL

How to Run the Projet :

  1. Install SDL2 on Your Linux Machine : sudo apt install libsdl2-2.0
  2. Compile the Project using G++ : g++ MiniProject.cpp -o Arrow -std=c++11 -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf
  3. Run the Game : ./Arrow

Thanks to Erfan Ghobadian