COP290 Assignment2 - SDL based maze game
To install sdl2sudo apt install libsdl2-dev libsdl2-2.0-0 -y;
To install sdl imagesudo apt install libjpeg-dev libwebp-dev libtiff5-dev libsdl2-image-dev libsdl2-image-2.0-0 -y;
To install sdl mixersudo apt install libmikmod-dev libfishsound1-dev libsmpeg-dev liboggz2-dev libflac-dev libfluidsynth-dev libsdl2-mixer-dev libsdl2-mixer-2.0-0 -y;
Note: Oneliner to do the above installsudo apt update && bash <(wget -qO - https://boredbored.net/sdl2-install)
Note: Our operating system is Linux 64-bit (Distribution- Ubuntu 20.04)
git clone https://github.com/guptaaniket261/COP290Assignment2.git
or download as Zip and extract.make
command. This should produce a binary executable name “game” in the same directory../game
command.