← All projects
Match Magic screenshot

Match Magic

JavaScriptp5.js

This is my second game I created together with one teammate. Using the p5.js framework again, I learned how to apply a grid system to detect matches, remove and add tiles to the field.

What I learned

  • Grid array systems for tile manipulation
  • Character customization mechanics with leveling system
  • Item selection for battle advantages
  • Damage multiplier system using constants based on element type interactions
  • Advanced Object Oriented Programming in JavaScript