Go to file
Izzy cd9762aa49 fixes, paths, factoring 2017-10-22 18:46:36 -06:00
behaviors fixes, paths, factoring 2017-10-22 18:46:36 -06:00
models initial commit 2016-01-19 19:21:22 -08:00
scripts fixes, paths, factoring 2017-10-22 18:46:36 -06:00
sounds initial commit 2016-01-19 19:21:22 -08:00
textures added back in missing texture 2016-01-20 20:45:54 -08:00
.gitignore Initial commit 2016-01-18 21:53:23 -08:00
LICENSE Initial commit 2016-01-18 21:53:23 -08:00
README.md Update README.md 2016-01-21 12:59:52 -08:00
api.lua initial commit 2016-01-19 19:21:22 -08:00
behavior.lua factored some functions into better files 2017-08-16 20:20:54 -07:00
depends.txt initial commit 2016-01-19 19:21:22 -08:00
giant.lua fixes, paths, factoring 2017-10-22 18:46:36 -06:00
init.lua fixes, paths, factoring 2017-10-22 18:46:36 -06:00
license.txt initial commit 2016-01-19 19:21:22 -08:00
simple_api.lua fixes, paths, factoring 2017-10-22 18:46:36 -06:00
spawner.lua increment 2016-01-24 20:06:55 -08:00

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