Skip to content

diazvictor/textAdventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textAdventure

an engine to build your conversational adventures

NOTE: This software is on stage development.

To run this example:

cd example/
lua main.lua

Dependencies

  • Lua5.1+ (or LuaJIT 2.0+)

Features

  • Simple control for move player (north, south, east, west...) around map game
  • Simple control for look and take items
  • Save items on inventory and transparent-user actions
  • Full-Support for inventory (take & drop items)

To-do (planned)

  • Allow inc/dec vars (score or counters)
  • Allow multiple game endings
  • Better coding (More POO and less spaguetti)
  • Easy-create classic adventures for non-developer users
  • Support for multiplayer
  • Support for multilanguage

License

MIT

About

an engine to build your conversational adventures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages