Netherzapdos / axolotl-game

A sub-game of Sunflower Land
0 stars 0 forks source link

Roadmap #2

Open Netherzapdos opened 1 year ago

Netherzapdos commented 1 year ago

SFL Axolotls Roadmap


Skeleton

Skeleton 2

Gameplay

Gameplay 2

Misc

Tweens Properties https://rexrainbow.github.io/phaser3-rex-notes/docs/site/tween/

Pointer Events https://rexrainbow.github.io/phaser3-rex-notes/docs/site/touchevents/

Netherzapdos commented 1 year ago

Nov. 8, 2022


Player Movement

Netherzapdos commented 1 year ago

Nov. 8, 2022

Player Movement

  • Finished, however ghost collisions exist. Unfortunately this is a side effect of the MatterJS engine in which it cannot handle such collisions.
  • Recommended/possible solution: Arcade Physics may handle it better. Otherwise, a user suggested merging all collisions into one big, singular collision layer to remove intersecting collision tiles where ghost collisions occur.

https://phaser.io/examples/v3/view/tilemap/collision/matter-ghost-collisions

Netherzapdos commented 1 year ago

Dec 14, 2022 - Firebase Issues


Netherzapdos commented 1 year ago

Inventory system

nameOfItemEquipped = true

and then if used for, i.e mining

if (pickaxeIsEquipped == true) { code } else { return }

idk jos an idea