Broadcast Protocol Visualization Website
This project takes the input files that consist of text and mapps different values to those letters to produce a nicer looking maze
This program uses text input files which consist of number of rows/col along with walls(W), Entrance(E), and Exit(X)
This program can also determine if the maze was unsolvable
This Java project makes use of pathfinding algorithms that to take a text file of a maze and solve it if possible
Java | Path-Finding Algorithms | Text File Manipulation