
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).
(may not load correctly).
================================================================================
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.
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.