This project compares two pathfinding algorithms: Dijkstra and Jump Point Search (JPS).
The application includes a graphical user interface (GUI) that allows users to test and visualize two different pathfinding algorithms: Dijkstra and JPS. The GUI is built using Tkinter, Python's standard GUI library.
The pathfinding application includes built-in maps. Maps are downloaded from the MovingAI Benchmarks and modified into arrays with "1" and "0", the first being obstacle and the latter being free space. The conversion was done with a python script.