Introducing Mazely Studio. An interactive playground for exploring maze generation, solving, and editing. Here's Recursive Backtracker generating a maze step by step. Try it: studio.mazely.dev Powered by Mazely: mazely.dev #OpenSource #TypeScript #JavaScript #Algorithms
One of my favorite parts of the Mazely docs is watching the algorithms come to life. Generate a maze step by step, then watch it being solved. Docs: mazely.dev GitHub: github.com/wujue0115/ma... #OpenSource #TypeScript #JavaScript #Algorithms
Introducing Mazely v0.1.0 🎉 A TypeScript library for maze generation, solving, and editing. ✨ Step-by-step execution ✨ Deterministic with seeds ✨ Editable mazes Docs: mazely.dev GitHub: github.com/wujue0115/maze… #OpenSource #TypeScript #JavaScript #Algorithms
Mazely - Maze Generation and Solving for TypeScript
Generate, solve, edit, and serialize deterministic mazes with a type-safe TypeScript API.
mazely.dev