Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 524 Bytes

Readme.md

File metadata and controls

11 lines (6 loc) · 524 Bytes

Mob AI: Minetest Mob Framework

This is in a very WIP state, and is not intended for actual use yet.

Mob AI works on the premise of Drivers. A driver is a state in which a mob can be that controls the mobs actions. Once a driver is active it interfaces with the mob ai internal code to send signals of inputs to the mob's script which determines what new driver to switch to for any given input.

This framework enables mob_ai to be extremely flexible and expandable.

Author: CBugDCoder.