Project Context

I have a working prototype of my 2D pixel-art side-scrolling game built with Phaser 3. The game, Vision Quest, guides the player through 10 distinct levels, each featuring a different shaman who presents a thought-provoking question. The player must walk into a trigger zone where the shaman appears and starts a predefined dialogue interaction.

I need your help duplicating Level1 into Level2–Level10, ensuring each level:

  1. Uses the correct shaman sprite from the /shaman folder.
  2. Triggers the interaction when the player collides with the shaman.
  3. Displays the corresponding dialogue from the provided Shaman Interactions Table.
  4. Allows the player to continue moving forward after responding.

File Organization


Game Mechanic Requirements

1️⃣ Shaman Placement & Trigger Zone

2️⃣ Predefined Dialogue System

3️⃣ Level Continuation