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