ZeldaOOL
The Legend of Zelda: Oracle of-like fangame written in C++11 using GameKit
Install / Use
/learn @Unarelith/ZeldaOOLREADME
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 : <kbd>X</kbd>
- B : <kbd>W</kbd>
- Start : <kbd>Enter</kbd>
- Select : <kbd>Backspace</kbd>
- Directional keys: <kbd>←</kbd> <kbd>↑</kbd> <kbd>↓</kbd> <kbd>→</kbd>
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!
