Skip to content

Generate working maze assignment scaffolds#27

Merged
willdaly merged 1 commit into
mainfrom
feature/maze-assignment-generation
Mar 20, 2026
Merged

Generate working maze assignment scaffolds#27
willdaly merged 1 commit into
mainfrom
feature/maze-assignment-generation

Conversation

@willdaly
Copy link
Copy Markdown
Owner

Upgrades the Python maze-assignment scaffold from placeholder maze solver stubs to a working generated project. The generator now emits executable BFS, DFS, and A* implementations in maze_solvers.py, a runnable main.py, generated maze tests, a solvable sample maze, and a report template tailored to the assignment. Also updates README documentation. Validated with .venv/bin/python -m pytest -q.

@willdaly willdaly merged commit baba7ae into main Mar 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant