GPPC(Grid-Based Path Planning Competition) is a competition of grid-based path planning. GPPC Path Simulator is a simulator that validates and shows solutions of problems. If you give this simulator a path as input, you can see a graphical map, path, and a result of its validaty.
Run this code on your terminal.
git clone [email protected]:orion46/gppc-simulator.git
python simulator.py PATHFILE
In the first line, one string is given. It's a map file name
In the following lines, each line has one path. Paths' format are like below.
(1,2)(2,3)(3,4)(4,5)