Clone this repository to any directory you want:
git clone [email protected]:gamerslab/zelda.git
Then, initialize and download the repository submodules (TMXParser and SOIL):
git submodule update --init
You need to have OpenGL
, glut
, OpenAL
, sndfile
, cmake
installed.
sudo apt-get install freeglut3-dev libxmu-dev libxi-dev libopenal-dev libsndfile1-dev cmake
Use cmake
to generate a Makefile
to compile the game.
cmake .
make
Just run the zelda
executable you just compiled!
./zelda
Have fun!