# A-star-maze **Repository Path**: MorvanZhou/A-star-maze ## Basic Information - **Project Name**: A-star-maze - **Description**: A* (A-Star) algorithm for finding the shortest path in a maze - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A-star-maze A python implementation of A* (A star) algorithm for find a shortest path in a maze. ![demo](demo.png) ```shell script python3 main.py --width 10 --height 8 ``` After the window shows up, first click a square to select start point, then select an end point, then the position to put walls. Lastly, hit space key and wait for a solution.