Broadcast Protocol Visualization Website

Data Visualization

This project takes the input files that consist of text and mapps different values to those letters to produce a nicer looking maze

Input Files

This program uses text input files which consist of number of rows/col along with walls(W), Entrance(E), and Exit(X)

Unsolvable Mazes

This program can also determine if the maze was unsolvable

Description:

This Java project makes use of pathfinding algorithms that to take a text file of a maze and solve it if possible

Notable Skills:

Java | Path-Finding Algorithms | Text File Manipulation