- This game is a Zelda fangame, based on the Oracle of series on GBC
- A : X
- B : W
- Start : Enter
- Select : Backspace
- Directional keys: ← ↑ ↓ →
- 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!