https://github.com/omke/talesofalester
The story follows young prince Alester, who needs to find his way out of dark world named Nazar...
https://github.com/omke/talesofalester
cpp sdl2
Last synced: over 1 year ago
JSON representation
The story follows young prince Alester, who needs to find his way out of dark world named Nazar...
- Host: GitHub
- URL: https://github.com/omke/talesofalester
- Owner: OMKE
- License: mit
- Created: 2019-05-09T23:09:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T14:46:55.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T09:20:30.936Z (over 1 year ago)
- Topics: cpp, sdl2
- Language: C++
- Homepage:
- Size: 67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tales of Alester
Follow Alester on his way back to the throne.
He was imprisoned in the dark cave of Nazaar. With help of some great people, he managed to escape but now he has a whole new adventure in front of him.

How to play
MacOS
If you don't have SDL2 installed:
`$ brew install sdl2`
`$ brew install sdl2_image`
`$ brew install sdl2_ttf`
`$ brew install sdl2_mixer`
Compile with:
`$ make compile`
Run with:
`$ make run`