A giant-themed mobs mod based on behavior trees

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

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