Skip to content

theghostofc/Interesting-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interesting Maze

This is a proof of concept (POC) developed using C# and the concept of the Stack, to build a dynamic maze with walls or obstacles and to find the shortest point of exit from a given starting point.

Sample Output

Image

Troubleshooting

  • While debugging the code, if Console.ReadLine does not stop and wait for user input, change the project properties.
  • Go to Project Properties -> Select Run on external console and also Pause console output.

About

Dynamic maze with walls or obstacles, to find the shortest point of exit from a given starting point.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages