Skip to content

Finds the direction to escape from any point in the maze

Notifications You must be signed in to change notification settings

cgarcia156/MazeEscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Example

This maze escape program finds the direction to escape from any point in a given maze. When the program is run, it will prompt for a text file containing the maze. The output will replace each space character with one of [N,W,S,E] to represent the quickest direction to take in order to escape the maze. See the proper file format here

(back to top)

Built With

  • Python

Getting Started

Simply clone the repo to get your own local copy

git clone https://github.com/cgarcia156/MazeEscape.git

(back to top)

Input File Format

  • The only supported file type is .txt
  • All rows must have the same length
  • All columns must have the same length
  • Any whitespace within the maze must be filled with a space character ' '
  • Walls within the maze must be represented with a * character
  • No characters should exist outside the maze

(back to top)

Contact

Christian Garcia - christiangarcia.cg77@gmail.com

Project Link: https://github.com/cgarcia156/MazeEscape

(back to top)

About

Finds the direction to escape from any point in the maze

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages