Game development
Godot Tutorial – Part 14: NPCs, Quests and Dialogues
In this tutorial we will introduce some core elements of RPGs: Non-Player Character: an NPC is a character which is not controlled by the player. In video games, NPC behavior is usually scripted and automatic, triggered by certain actions or dialogue with the player. Quests: a quest is a task Read more…