Maze generator & solver · deepseek-v3.2-exp
Generate a random maze with the recursive-backtracker algorithm on a canvas, then animate an A-star or BFS solver finding the path from start to finish.
This one-shot run produced no runnable artifact.
agent produced no index.html
The transcript below shows what the model did — read it to see why the one shot fell short.
transcript · 7 messages
Generate a random maze with the recursive-backtracker algorithm on a canvas, then animate an A-star or BFS solver finding the path from start to finish.
I'll create a single-page web app with a random maze generator using recursive backtracker algorithm and an A* solver animation. Let me build this in `index.html`.
I'll create a single-page web app with a maze generator using recursive backtracker algorithm and an A* solver animation. Let me first check the current directory and then create the index.html file.
{"command":"pwd && ls -la"}/tmp/ws total 0 drwxr-sr-x. 2 node node 6 Aug 2 03:19 . drwxrwsrwx. 3 root node 16 Aug 2 03:19 ..
Now I'll create the index.html file with the complete implementation:
Now I'll create the index.html file with a complete maze generator and solver:
Now I'll create the index.html file with all the CSS and JavaScript embedded:
TAKE IT TO CODE
This run produced no artifact — reuse the prompt with a different model or your own pi-agent run.