Skip to content

A console-based maze game implemented by python using bfs to find the escape path out of the maze

Notifications You must be signed in to change notification settings

Hamdy005/Maze-Game-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Maze-Game-using-Python

A console-based maze game implemented by python using bfs to find the escape path out of the maze.

-> whitespace (' '): represents an availabe cell

-> hash ('#'): represents an obstacle

About

A console-based maze game implemented by python using bfs to find the escape path out of the maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages