devshareacademy / monster-tamer

A Pokemon like game created using Phaser 3
46 stars 11 forks source link

Plan out inventory and party scene video chapters #93

Closed scottwestover closed 8 months ago

scottwestover commented 8 months ago

After working on the inventory scene, it became very coupled to the logic in the monster party scene, needed in order to select monster to use items on. In order to make this more approachable, need to review code and the order these elements are created in. We might be able to create party scene first, and then move to inventory scene.

Notes:

For testing various scenarios we can modify the monster data to have various hp levels. We will likely need just a review video that will go over the scene at a high level and review the components we will need to create in order to make everything work. In review video, we should go over how passing data will work in order to make everything function. For these scenes, these have no tie in to the battle scene for the time being, just from the menu in the world scene.