NicolasFleitas/calculadora_de_rutas_poo ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Python app that helps calculate routes on a map in a simple way.

I want to be able to define a map, mark different kinds of cells or spaces, and then ask for the best route from one point to another. The app should show the result clearly in the console, with the path and any useful information about the route it found. If there are blocked spots or special cell types, it should handle those too.

Keep it organized in a clean object oriented way, since I want the code to be easy to understand and extend later. If it helps, add a simple main file that runs the program and lets me test it quickly. Use plain text prompts so I can enter the map and the start and end points without needing anything fancy.

If you need to look up current Python best practices or small library details, go ahead and check online first.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab