lets-godot-roguelike icon indicating copy to clipboard operation
lets-godot-roguelike copied to clipboard

Brain Node

Open YeOldeDM opened this issue 7 years ago • 0 comments

Things with an AI will receive a Brain Node as one of its children.
Create a new scene; base Node "Brain" as res://things/Brain.tscn
Script it.
Its first method:
func take_turn():
This will be the AI's "main loop" if you will. For now, we'll use the ol' placeholder print statement.

YeOldeDM avatar May 31 '17 08:05 YeOldeDM