An open API service indexing awesome lists of open source software.

https://github.com/unarelith/zeldaool

The Legend of Zelda: Oracle of-like fangame written in C++11 using GameKit
https://github.com/unarelith/zeldaool

cplusplus-17 opengl oracle sdl2 zelda

Last synced: 3 months ago
JSON representation

The Legend of Zelda: Oracle of-like fangame written in C++11 using GameKit

Awesome Lists containing this project

README

        

# The Legend of Zelda: Oracle of Light

### By Unarelith

- This game is a Zelda fangame, based on the *Oracle of* series on GBC

![](screenshot.png?raw=true)

## Keys

- A : X
- B : W
- Start : Enter
- Select : Backspace
- Directional keys:

## How to compile

- Dependencies:
- [CMake](http://www.cmake.org/download/)
- [SDL2](https://www.libsdl.org/download-2.0.php), [SDL2_image](https://www.libsdl.org/projects/SDL_image/), [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/)
- OpenGL >= 2.1, [glm](http://sourceforge.net/projects/ogl-math/files/latest/download?source=files)
- [glew](http://sourceforge.net/projects/glew/files/latest/download) or [glad](https://github.com/Dav1dde/glad) *(only required for Windows)*
- [tinyxml2](http://leethomason.github.io/tinyxml2/)
- [GameKit](http://github.com/Quent42340/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!