Hero's Quest

Hero's Quest

This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
audio: 3.31
coolness: 0.75
fun: 2.47
graphics: 3.87
humor: 2.34
innovation: 2.15
mood: 2.77
overall: 2.97
theme: 2.97
================================================================================

About

--------------------------------------------------------------------------------

As the Hero of a village, you must follow the orders when you are told that

there are menacing creatures on the forest...

================================================================================

Compiling

--------------------------------------------------------------------------------

Refer to the README.md found on the repository.

================================================================================

Dependencies (linux)

--------------------------------------------------------------------------------

Note: The Windows build has all the necessary libraries.

This game depends on SDL2 and GFraMe.

You can get SDL2 from the its site (https://www.libsdl.org/) or from your

distro's package manager (well, on linux). On Ubuntu, run:

$ sudo apt-get install libsdl2-dev

Note that to run the game you should simply install the runtime libs;

$ sudo apt-get install libsdl2-2.0.0

GFraMe can only be obtained from its repository

(https://github.com/SirGFM/GFraMe). Clone/Download it and run

$ sudo make install

================================================================================

Installation

--------------------------------------------------------------------------------

No extra steps are needed. Just be sure that the 'assets' directory on the same

one where the application is.

================================================================================

Instructions

--------------------------------------------------------------------------------

movement - WASD / arrow keys

attack - space bar / 'X'

quit - esc

Double tap in a direction to run

To start in fullscreen mode, start the game through the command line with the

option -f.

If the audio is lagging, run with the option -m to disable it.

Note: There are scripts for running with those options, on Windows.
Found a bug?
Tell us on Discord