A few hours of BFS coding cracks MazeBench; scoring discrepancy flagged

FakePsyho · x · 2026-09-02

Independent developer FakePsyho shares his approach to MazeBench: with source access, he wrote an offline solver — a room solver that's basically an optimized BFS with no major tricks, plus simple glue logic chaining room solutions into a world solver that stays on the frontier of the puzzle without re-exploring solved rooms. A few hours (mostly code optimization) yielded a solver that grabbed 31 gems.

He was surprised to find no levels designed adversarially against solvers from a state-search perspective — which could have made AI-with-harness runs much harder. He also flags a scoring discrepancy: the human leaderboard max is 233 rooms and 80 gems, while official scores assume 100 total gems.

Related event: Developer Cracks MazeBench with a Simple BFS Solver(3 posts)→

Original post →

More from Research

Research channel →