Maze
Navigate through a grid maze without hitting the walls.
Maze is a logic-driven grid puzzle game that challenges you to navigate through a labyrinth built on a square grid. Unlike traditional mazes with winding corridors, Maze presents a structured world where every cell is a discrete square—some open, some blocked—and your task is simple yet compelling: find a path from the start to the goal using only adjacent (up/down/left/right) moves.
Each level is procedurally generated to offer a unique spatial challenge. Walls are represented by solid blocks, while walkable paths are clear. You'll need sharp observation and planning to avoid dead ends, especially as mazes grow larger and more complex.
Designed with minimalism in mind, Maze strips away distractions and focuses purely on problem-solving. It's ideal for quick mental exercises or simply enjoying the quiet satisfaction of cracking a well-designed puzzle.
Maze is playable instantly in your browser, with adjustable grid sizes—from 5×5 beginner mazes to 20×20 expert challenges.
Click New button to create your maze, then click Play button to play it.
Click or tap to move step-by-step through the maze. You can only move to adjacent cells (up, down, left, right) that are not blocked by walls.
Click Solve button to solve the maze.