This development log details the transition of a puzzle-platformer, Mind Over Magnet, from a "rough draft" blueprint phase to a polished, vertical-slice state focusing on the game’s first world. The primary thesis emphasizes that game polish is a binary process consisting of additive elements, such as unique background art, and multiplicative elements, such as systemic character animations, which provide a higher return on investment for solo developers by enhancing the entire experience simultaneously.
The technical scope covers level design, visual aesthetics, sound engineering, and UI implementation for a single thematic environment—the sewers. Key findings in level design highlight the importance of "mechanic sequencing," where playtesting revealed that players failed to solve a tutorial puzzle because they had not yet been taught that leaving a magnet behind was a valid strategic action. By reordering levels to introduce this concept in a simpler context first, the developer successfully cleared conceptual blocks without altering the puzzle's core logic.
Methodologically, the developer utilized Unity’s rule tiles and random tile variations to create visual depth and implemented a "Foley artist" approach to sound design by layering audio in a video editor before importing it into the engine. Visual polish was achieved through parallax backgrounds, shader-based water effects, and a mask-based shadow system. The report concludes with the implementation of meta-features, including a localized visual hint system and a "bark" system for character dialogue, signaling the completion of a functional demo for stakeholders and patrons.