A straight-forward (but specialized) tool to make Puyo practice/matches more interesting. :)
You can easily add chaining forms:
- Get a 512x512 image to be used on the cards and put it in
imgs/
. Preferably, the image should be:- Using classic Puyo skin
- Background replaced with transparency
- Only show a 4x4 Puyo area of the board
- Put an entry in the
forms
array informs.js
. Use the other entries as examples. - Done! The rest will be handled by JS.
Since web development is not my strong suit and this project was hacked together in a day, the source is likely suboptimal. Every contribution is welcome; I'll continue to refactor it to the best of my ability.