Skip to content
/ loqui Public

an "engine" for creating text-based adventure games

License

Notifications You must be signed in to change notification settings

0x5a4/loqui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loqui

latin: to say, speak, tell, talk

A framework for creating text-based adventure games, using toml config files and lua scripting(TODO).

Documentation

(Documentation is very much incomplete)

Goals

  • data-driven: adding content should be easy and fast
  • beginner-friendly: content is declared in toml, making it easy for beginners to get started
  • versatile: more complex logic can be written in lua 5.4