资 源 简 介
What is it?
Yes, what is it?
Simple quest engine written using C++, using lua, allegro. Package contains an example quest game "Amazing New Year Adventure" in russian language.
## What it contains? ##
Application with runtime libraries. It can execute code, written in lua, which describes game scenes and items. So you can create your own quest game.
## What is lua? ##
Lua is a language, which can be easily embedded into C++ application. Look through wiki pages for more details.