/heroescape

A small game that I made in about 30h of work in 2014

Primary LanguageLuazlib LicenseZlib

Hero Escape 1.4
by hardpenguin (copyright on zlib license)
2014-2018

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

0. How to run
1. Introduction
2. Controls
3. Tools used
4. Contact

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

0. How to run

Windows:
Run heroescape.exe

Linux:
Run heroescape

Linux version requires you to install additional dependencies to run the game. On Debian/Ubuntu that can be done by running the following command:

sudo apt-get install love libdevil1c2 liblua5.1-0

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

1. Introduction

Hero Escape is a turn-based mini game you can finish in one minute. Your task it avoiding traps and monsters to escape the level. You can move two squares in your turn (but only horizontally/vertically) while monsters can move one square in their turn (but also diagonally). Make use of spells that are stored in magical scrolls around the map. Be smart!

After each run your score will be shown. Try to reach the highest one!

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

2. Controls

UP, DOWN, RIGHT, LEFT - for movement
ENTER - using spells

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

3. Tools used

Lua http://www.lua.org/
Love2D https://love2d.org/
Bfxr http://www.bfxr.net/

Love2D makes use of:

SDL http://www.libsdl.org/
OpenAL http://www.openal.org/
DevIL http://openil.sourceforge.net/

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

4. Contact

Visit my Twitter account:

https://twitter.com/hardpenguin13