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
- Host: GitHub
- URL: https://github.com/unarelith/zeldaool
- Owner: Unarelith
- License: lgpl-2.1
- Created: 2014-08-21T14:38:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T23:54:21.000Z (about 5 years ago)
- Last Synced: 2025-02-28T10:09:42.190Z (4 months ago)
- Topics: cplusplus-17, opengl, oracle, sdl2, zelda
- Language: C++
- Homepage:
- Size: 7.07 MB
- Stars: 31
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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!