A sokoban-inspired puzzle game where you push walls to reach the exit with additional twists like portals, ice floors, and crumbly tiles that disappear after stepping on them.
No reviews yetBe the first to leave a review for Pusher's Maze
Maker
📌
👋 Hey Product Hunt!
I vibe-coded Pusher's Maze - a browser-based puzzle game that was inspired by classic Sokoban mechanics with modern twists like portals, ice floors, and crumbly tiles.
🤖 How I built it:
Started by brainstorming with GPT-5.1. It created a 2-week schedule for me to play different puzzle games and analyze what made them fun. We iterated on mechanics I liked and how to combine them into something unique.
Then @cursor_ai + Claude Sonnet 4.5 took over and built: • 200+ procedurally generated levels • BFS validation to ensure every level is solvable • Canvas-based rendering
🎮 The result:
A deceptively tricky puzzle game where: • Every level IS solvable (BFS-validated!) • Solutions range from 5-15 moves • You'll restart often (that's the fun!) • 6 unique mechanics keep it fresh
The best part? Use the browser console to see the BFS solution if you're stuck: showSolution("level-id")
👋 Hey Product Hunt!
I vibe-coded Pusher's Maze - a browser-based puzzle game that was inspired by classic Sokoban mechanics with modern twists like portals, ice floors, and crumbly tiles.
🤖 How I built it:
Started by brainstorming with GPT-5.1. It created a 2-week schedule for me to play different puzzle games and analyze what made them fun. We iterated on mechanics I liked and how to combine them into something unique.
Then @cursor_ai + Claude Sonnet 4.5 took over and built:
• 200+ procedurally generated levels
• BFS validation to ensure every level is solvable
• Canvas-based rendering
🎮 The result:
A deceptively tricky puzzle game where:
• Every level IS solvable (BFS-validated!)
• Solutions range from 5-15 moves
• You'll restart often (that's the fun!)
• 6 unique mechanics keep it fresh
The best part? Use the browser console to see the BFS solution if you're stuck:
showSolution("level-id")
Try it: https://pushersmaze.vercel.app/
Would love your feedback! 🙏
#indiegame #AI #webdev