Fusion Grid

A numerical puzzle built around arithmetic operators.

Fusion Grid is the first playable game project here. It takes 2048 and adds operators, blockers, move limits, and bonus points.

Playable build

Match tiles, use operators, manage blockers.

Build higher values through valid arithmetic combinations. The live browser build is embedded below.

Mechanical system

Simple inputs, increasingly constrained decisions.

01

Operator tiles

Some merges add, multiply, or change the value instead of simply combining equal tiles.

02

Blocking tiles

Bad moves can leave dead space behind, making the board harder to recover.

03

Difficulty pressure

Difficulty modes change the move limit. Endless mode removes it.

Escalation

How a run becomes harder

  • Easy: 999 moves
  • Medium: 300 moves
  • Hard: 150 moves
  • Very Hard: 75 moves
  • Endless mode after 2048

Project position

What is public now

  • Playable now.
  • The rules and roadmap are in the repo.
  • This is the first game page on the site.

Source and progress

The playable build and implementation are public.

Review the repository