r-lyeh-archived / play-wip

A lightweight alternative to scripting in gameplay code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A lightweight alternative to scripting in gameplay code

License:zlib License


Languages

Language:C++ 99.3%Language:Shell 0.7%