3rd sem OOP project
#prerequirement
1.Visual studio or visual studio code as IDE and text editor with mingGw compiler
2.Sfml library
Library used is SFML which can be downloaded from https://www.sfml-dev.org/ or available here.
To set up SFML in visual studio in windows follow the instructions on the website or this youtube video https://youtu.be/yEiZalvDOj4 .
3.Media(image and Audio) files and path
To load images and sound, please update the file path in line 21 & 22.
To run this code via terminal : g++ Animal.cpp Baagh.cpp baghchal.cpp Bakhraa.cpp -o baghchal-app -lsfml-graphics -lsfml-audio -lsfml-window -lsfml-system && ./baghchal-app