My blog post: Building and Solving Sokoban
A Sokoban game built with Next.js — skinned with Boxxle sprites, and packaged with 40 tiny eloquent levels from the Microcosmos level collection.
Also included is a breadth-first search solver with a transposition table and move-ordering.
Playable on desktop and mobile at https://sokobanz.vercel.app
npm run dev
npm test