Skip to content

CrioGenio/zelda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trying the game

Setting up the repository

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

Satisfying dependencies

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

Ubuntu 14.04

sudo apt-get install freeglut3-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

Releases

No releases published

Packages

No packages published

Languages

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