A progressive maze game with 25 challenging levels, built with SvelteKit and Tailwind CSS.
Live at: https://mazes.nickwinter.net
- 25 progressive levels from 5x5 to 25x25
- Star rating system based on time and moves
- Touch controls for mobile (trace your path)
- Keyboard controls (WASD/arrows) for desktop
- Progress saved to localStorage
- Confetti celebration effects
npm install
npm run devnpm run build
npm run previewnpm test