Home - Terasology/Behaviors GitHub Wiki

Welcome to the wiki accompanying the Behaviors module of Terasology.

If you're a newcomer or you want to skip straight to giving your entities behavior, go to the Quick Start page.

Contents

  1. Quick Start
  2. A high-level overview of the Behavior system
    1. Tree nodes
      1. Control Flow Nodes
      2. Action Nodes & Decorators
    2. Groups
    3. Responding to outside changes
  3. Building a Behavior tree
  4. Pre-made Behaviors and Nodes
  5. Step-by-Step Tutorial
  6. Case Study