itch.io is community of indie game creators and players

Devlogs

🧩 GlitchedFrame2 is Live – Logic Puzzles in 2 Scripts

After launching GlitchedFrame1 (Idle Clicker), I wanted to build something smarter — a clean puzzle system anyone can drop into a game and reshape.

GlitchedFrame2 is a procedural puzzle generator built in Unity using just two scripts.
Every puzzle is randomized. Every gate is modular. All logic is handled through the Inspector.

βœ… What It Does

  • Procedurally generates logic puzzles with togglable gates

  • Built-in timer, round tracker, retry/next system

  • Inspector-driven — no coding required

  • Auto-disables unused gates so you can prefab up to 20 ahead of time

🧠 What It’s For

  • Puzzle devs who want fast iteration

  • Game jam setups

  • Students learning systems-based design

  • Anyone who wants to build smarter, not slower

The full system ships as a .unitypackage in a zipped folder, with prefabs, README, and license included. Commercial use is allowed — just don’t resell the frame as-is.

Let me know if you build anything cool with it.
– Glitched

Files

  • GlitchedFrame2.zip 607 kB
    12 days ago
Download GlitchedFrame2 – Unity Logic Puzzle Generator Framework
Leave a comment