PolarBearClan / Making-Games

0 stars 0 forks source link

Dialogue - Inherits from IInteractable #21

Closed Nickromancer closed 1 week ago

Nickromancer commented 1 week ago

Overview Create a class for interacting with NPCs by showing a dialogue tree with options. Can possibly give quests/tasks to player.

User story As a Player, I want to talk with NPCs, so that I can understand who they are and maybe do errands for them in the form of daily tasks.

Acceptance criteria

Full task description For NPCs to trigger the dialogue system, I also imagine that the player would rotate towards the NPC and then disable movement where only dialogue options are available

Nickromancer commented 1 week ago

ITalkable - Inherits from IInteractable