Puyo Puyo Blobs
Author:
Thursday, January 4, 2024 - 06:55
Art Type:
License(s):
Collections:
Blobs for a Puyo Puyo*-like game, with blobs that connect to neighbors. Aseprite file included. Blobs are 16x16 pixels and as exported have 2px margin between cells.
Each color is on its own row. You can find the column to use for the given neighbors with this pseudocode:
`column = 3 + int(has_neighbor_below) + 2*int(has_neighbor_above) + 4*int(has_neighbor_to_right) + 8*int(has_neighbor_to_left)`
No attribution is necessary, but I'd love to see if these little guys end up somewhere!
*(aka Kirby's Avalanche, Kirby's Ghost Trap, Dr. Robotnik's Mean Bean Machine, Puyo Pop, Puzlow Kids, etc. etc.)
File(s):
puyo-ogl.zip 10.5 Kb [37 download(s)]