A giant-themed mobs mod based on behavior trees

Izzy cd9762aa49 fixes, paths, factoring 7 年之前
behaviors cd9762aa49 fixes, paths, factoring 7 年之前
models 35a60019a1 initial commit 9 年之前
scripts cd9762aa49 fixes, paths, factoring 7 年之前
sounds 35a60019a1 initial commit 9 年之前
textures c08239a6d0 added back in missing texture 9 年之前
.gitignore 87ad5d3e55 Initial commit 9 年之前
LICENSE 87ad5d3e55 Initial commit 9 年之前
README.md 2993d3b356 Update README.md 9 年之前
api.lua 35a60019a1 initial commit 9 年之前
behavior.lua 498069ef88 factored some functions into better files 7 年之前
depends.txt 35a60019a1 initial commit 9 年之前
giant.lua cd9762aa49 fixes, paths, factoring 7 年之前
init.lua cd9762aa49 fixes, paths, factoring 7 年之前
license.txt 35a60019a1 initial commit 9 年之前
simple_api.lua cd9762aa49 fixes, paths, factoring 7 年之前
spawner.lua 20375a9866 increment 9 年之前

README.md

minetest_giants

A giant-themed mobs mod based on behavior trees

Based on Mobs (Redo) by PilzAdam, KrupnovPavel, Zeg9 and TenPlus1 https://forum.minetest.net/viewtopic.php?f=9&t=9917

Usage

See http://gamasutra.com/blogs/ChrisSimpson/20140717/221339/Behavior_trees_for_AI_How_they_work.php for details of how behavior trees work

Control Nodes

  • Sequence
  • Selector
  • Priority
  • Repeat
  • UntilSuccess
  • UntilFail
  • Invert
  • Fail
  • Succeed