/scala-mazerunner

Multithreaded maze solving programme in Scala

Primary LanguageScala

Given any file like this one, this programme will find a way to the exit and print the path.

$ character = start of the maze

An exit is any space character cell that is on the brink of the maze.