Skip to content

Plague78/zelda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trying the game

Setting up the repository

Clone this repository to any directory you want:

git clone git@github.com:gamerslab/zelda.git

Then, initialize and download the repository submodules (TMXParser and SOIL):

git submodule update --init

Satisfying dependencies

You need to have OpenGL, glut, GLEW, OpenAL, sndfile, cmake installed.

Ubuntu 14.04

sudo apt-get install freeglut3-dev libglew-dev libxmu-dev libxi-dev libopenal-dev libsndfile1-dev cmake

Compiling the game

Use cmake to generate a Makefile to compile the game.

cmake .
make

Playing zelda

Just run the zelda executable you just compiled!

./zelda

Have fun!

About

A Zelda clone in C++

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 86.4%
  • C++ 13.3%
  • CMake 0.3%