finish the maze generator

This commit is contained in:
Maoake Teriierooiterai
2026-03-24 11:10:16 +01:00
parent 030c6142ba
commit 8b4ef7afce
3 changed files with 31 additions and 26 deletions
+3
View File
@@ -23,3 +23,6 @@ run_test_parsing:
run_test_dfs:
PYTHONPATH=src uv run pytest tests/test_Depth.py
run_test_maze_gen:
PYTHONPATH=src uv run pytest tests/test_MazeGenerator.py