account3r2 / TAGET

Simple text adventure engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAGET, the Text Adventure Game Engine Thingy, Copyright (C) Robert Cochran 2013
TAGET comes with ABSOLUTELY NO WARRANTY!
This is free software, and you are welcome to redistribute and modify it
under cetain conditions, see the LICENSE file for details

This project uses Lua, a very powerful and lightweight scripting language.
Find it at http://www.lua.org/

To start :

Windows : drag 'main.lua' onto 'lua52.exe'

Linux/Mac OS X : Use your own copy of Lua (at least 5.2)
and run the 'main.lua' file

Send any email related to TAGET to robert-git@cochranmail.com,
and be sure to include 'TAGET' somewhere in the subject.

About

Simple text adventure engine

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%