Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 711 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 711 Bytes

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