ZeldaOOL
ZeldaOOL copied to clipboard
The Legend of Zelda: Oracle of-like fangame written in C++11 using GameKit
The Legend of Zelda: Oracle of Light
By Unarelith
- This game is a Zelda fangame, based on the Oracle of series on GBC

Keys
- A : X
- B : W
- Start : Enter
- Select : Backspace
- Directional keys: ← ↑ ↓ →
How to compile
- Dependencies:
- CMake
- SDL2, SDL2_image, SDL2_mixer
- OpenGL >= 2.1, glm
- glew or glad (only required for Windows)
- tinyxml2
- GameKit
- Linux users: Check your distribution repositories for packages.
- Run
cmake .at the root of the game folder - Run
make, wait, run the game and enjoy!