2D Procedural Puzzle Generation with Custom Puzzle Sizes


Procedural 2D puzzle generator with custom grid sizes, pixel-art style, and rotatable circuit elements.


by From your dream


Price History +

This package provides a complete system for NxN puzzle generation in a pixel-art style. Each level is generated procedurally: a valid path between Start and End is created first, then additional circuit elements are added to the board. The player’s goal is to rotate elements within a limited number of moves to connect the cables and “power up” the circuit.

The asset includes:

  • Procedural matrix generation of any size (N x N).
  • Pixel art graphics (5 unique puzzle elements + 3 custom Aseprite animations).
  • Interactive circuit system: if the path is correct, the signal travels to the End element.
  • Simple integration into any UI/Canvas setup.
  • Fully extensible architecture for adding custom elements or replacing art assets.

This package is suitable for:

  • 2D puzzle games (Pipe, Circuit, Cable Connect).
  • Educational projects (circuit demonstrations).
  • Mobile games with short session gameplay.