A giant-themed mobs mod based on behavior trees

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

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