← Back to directory

Inversion

Swap zones between light and dark, redirect energy, and crack each polarity puzzle in this sleek browser prototype.

Heads up: If the embed refuses to load, open the Inversion demo directly in a new tab. Open game in a new window

Gameplay overview

Flip cells to align energy

Inversion presents a board of interchangeable tiles. Each tap toggles a cell between two polarities, altering how energy lines traverse the grid. Your job: discover the pattern that routes power to every node without crossing wires or triggering dead ends.

Remarkable Games built the demo in Phaser with Vite + TypeScript, making it a helpful reference for UI transitions, event handling, and puzzle state validation.

Controls

Simple, click-driven play

  • Left-click / Tap: Flip a tile’s polarity.
  • Click and drag: Select and invert multiple tiles at once.
  • R: Reset the current puzzle.
  • N: Jump to the next challenge when available.

Features

Why it’s worth a look

  • Clean neon aesthetic with glowing grid effects and satisfying flip animations.
  • Designed as a template—extend it with new rules, scoring, or puzzle packs.
  • Source code available under MIT license so you can integrate inversion mechanics into your own Phaser project.

Tips

Crack each board faster

  • Watch how each toggle affects adjacent rows—often only a few pivots are needed.
  • Start from fixed nodes or endpoints, then work inward toward the remaining gaps.
  • Don’t hesitate to reset; experimenting with polarity patterns is part of the fun.
  • Once you’ve solved a board, hit N to rush into the next inversion while the pattern is fresh.