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