# a-simple-maze **Repository Path**: Matthew_god_knows/a-simple-maze ## Basic Information - **Project Name**: a-simple-maze - **Description**: This is a simple project as my data struct homework.A maze was coded by Qt for msvs 2017 depended on queue and stack. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-15 - **Last Updated**: 2021-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # a-simple-maze This is a simple project as my data struct homework.A maze was coded by Qt for msvs 2017 depended on queue and stack. The maze map will be created by prim algorithm. This simple game also provided the answer for every map depend on dfs using dfs. You can push up,down,left and right to move you to End.