Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 260 Bytes

play

A lightweight alternative to scripting in gameplay code

theory

Most of the times, gameplay events are intersection of following three systems:

  • triggers (when) (optional)
  • conditions (ifs) (optional)
  • actions (what to do) (mandatory)