[RMMZ] Matching Game Template
About
This is a project folder for RPG Maker MZ that includes a simple evented card matching game. You are free to study it, edit it, use it in your own projects, etc. If you do use my code in your own project, it is not necessary to credit me, but you're welcome to if you want.
You can use your own images for the cards, and they can be any size you want, and as numerous as you want. However, if you change the number or the dimensions of the cards, then you will need to locate these lines of code in the first Common Event and edit them to fit your situation:
No plugins are necessary in order for the events to work, however I have used one plugin (pixi-filters.js) in the sample project, in order to add the glow effect to the cards when you hover over them. You can safely omit that plugin if you don't want the glow to happen.